# 합계 및 소합계

기본적으로 Soulver는 모든 줄의 합계를 오른쪽 하단 모서리에 표시합니다.

<div align="center"><img src="/files/h7ql2pQlqvaMytuJgJoh" alt="A floating quick total appears in the bottom right of your sheet (by default)" width="375"></div>

### 소계

#### Mac에서 소계 만들기

빈 줄을 추가한 다음 ⌘T를 누르거나 (빈 답변을 두 번 클릭합니다).

소계 줄은 위의 모든 줄을 다음 소계 또는 제목(#)까지 합산합니다.

<div align="left"><figure><img src="/files/8N0TC7yhnd6LvFCvgUxX" alt="" width="375"><figcaption><p>빈 줄의 답변을 두 번 클릭하여 소계로 만듭니다</p></figcaption></figure></div>

#### iPad 및 iPhone에서 소계 만들기

빈 줄을 길게 누른 다음 `소계 줄 만들기`를 선택합니다:

![Subtotals in Soulver 3 for iPad](/files/ILjLDeQW6WuEiU7wic3I)

또는 마지막 줄 아래의 빈 공간을 탭합니다.

## 소계 작업

#### 변수에 소계 할당하기

"variable = "를 사용하고 값을 비워둠으로써 소계 줄에 변수를 생성할 수 있습니다:

<img src="/files/QjLcCiwtRgMlS0w89dtr" alt="Declare a variable without a value on a sub-total line" data-size="original">

#### 소계에 백분율 추가하기 (판매세와 같은)

소계에 백분율 줄을 추가하여 최종 결과에 적용되도록 할 수 있습니다.

<figure><img src="/files/YeRkflLykrKwQWKCPG0M" alt="" width="375"><figcaption><p>소계의 백분율은 최종 결과에 적용됩니다</p></figcaption></figure>

## 플로팅 합계 사용자 지정

#### 플로팅 합계 표시/숨기기

합계가 특정 작업 흐름에 도움이 되지 않는 경우, 합계 위로 마우스를 가져간 다음 `숨기기`를 클릭하여 숨길 수 있습니다.

합계를 다시 표시하려면 `보기` 메뉴로 이동하여 `합계 표시`를 선택합니다.

<figure><img src="/files/U1xptS0jdSeFZBO0VY1a" alt=""><figcaption><p>추가 플로팅 합계 옵션은 보기 메뉴에서 사용할 수 있습니다</p></figcaption></figure>

#### 통계 유형 변경하기

또한 플로팅 합계를 제어 클릭하고 다른 통계를 선택하여 평균, 개수 및 중앙값을 표시할 수도 있습니다.

<figure><img src="/files/lsyvetGnlIEc0lxRaUhD" alt=""><figcaption><p>상황별 메뉴를 통해 플로팅 합계의 다른 통계 선택</p></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://documentation.soulver.app/ko/documentation/totals-and-subtotals.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
