# Excel 수식

포건시에서  Excel 수식을 사용하는 것은 Excel에서 사용되는 것과 동일하며 수식 입력은 "="로 시작합니다.

필요에 따라  셀 또는 테이블에서 Excel 수식을 사용할 수 있습니다.&#x20;

{% hint style="info" %}
포건시에서 수식의 결과는 빌더에서 계산되지 않으며 실행 후 브라우저에서만 계산됩니다.
{% endhint %}

## 지원되는 Excel 함수&#x20;

데이터베이스 함수, 날짜 및 시간 함수, 엔지니어링 함수, 재무 함수, 정보 함수, 논리 함수, 쿼리 및 참조 함수, 수학 및 삼각 함수, 통계 함수 및 텍스트 함수 등 Excel의 11 가지 유형의 함수를 지원합니다.


---

# 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://doc.forguncy.co.kr/forguncy-v9/components/excelformula.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.
