> For the complete documentation index, see [llms.txt](https://manuals.i-reporter.jp/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://manuals.i-reporter.jp/create-a-form/prepare-the-formexcelfile.md).

# 帳票定義Excelファイルを準備する

- [帳票定義Execlファイルを作成する上での基本的なルール](https://manuals.i-reporter.jp/create-a-form/prepare-the-formexcelfile/creatingform-excelfile.md)
- [シート名称に使用できない文字(禁止文字)](https://manuals.i-reporter.jp/create-a-form/prepare-the-formexcelfile/creatingform-excelfile/prohibited-characters.md)
- [EXCEL関数機能](https://manuals.i-reporter.jp/create-a-form/prepare-the-formexcelfile/excelfunctions.md)
- [Excel関数使用例\_VLOOKUP関数](https://manuals.i-reporter.jp/create-a-form/prepare-the-formexcelfile/excelfunctions/example.md)
- [AND/OR関数について](https://manuals.i-reporter.jp/create-a-form/prepare-the-formexcelfile/excelfunctions/and-or-function.md)
- [YEAR/MONTH/DAY関数について](https://manuals.i-reporter.jp/create-a-form/prepare-the-formexcelfile/excelfunctions/year-month-day-function.md)
- [COUNTIFS関数について](https://manuals.i-reporter.jp/create-a-form/prepare-the-formexcelfile/excelfunctions/countifs-function.md)
- [COUNTBLANK関数について](https://manuals.i-reporter.jp/create-a-form/prepare-the-formexcelfile/excelfunctions/countblank-function.md)
- [EDATE関数について](https://manuals.i-reporter.jp/create-a-form/prepare-the-formexcelfile/excelfunctions/edate-function.md)
- [POWER関数について](https://manuals.i-reporter.jp/create-a-form/prepare-the-formexcelfile/excelfunctions/power-function.md)
- [その他 制約事項](https://manuals.i-reporter.jp/create-a-form/prepare-the-formexcelfile/excelfunctions/constraints.md)
- [EXCEL関数 小数計算の誤差と回避方法](https://manuals.i-reporter.jp/create-a-form/prepare-the-formexcelfile/excelfunctions/excelfunctionroundingerror-and-workaround.md)
- [秘密度ラベルを保持した定義を作成する](https://manuals.i-reporter.jp/create-a-form/prepare-the-formexcelfile/sensitivity-labels.md)
- [Excel Converter の使用方法](https://manuals.i-reporter.jp/create-a-form/prepare-the-formexcelfile/excelconverter.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://manuals.i-reporter.jp/create-a-form/prepare-the-formexcelfile.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
