> 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/excelfunctions/power-function.md).

# POWER関数について

## **POWER関数の使用制限**

POWER関数は、第一引数に数値（累乗の底）を指定し、第二引数に指数を指定することで、数値の累乗を計算する関数です。\
いずれの引数にも数値を指定してください。

{% hint style="success" %}
\=POWER(数値,指数)
{% endhint %}

### **第一引数の指定について数値**

（累乗の底）を指定します。

### **第二引数の指定について**

指数を指定します。

#### **引数として指定可能なクラスター種別**

* 数値選択
* 数値
* 計算式
* トグル選択
* トグル集計
* 単一選択 (数値として扱う設定の場合)
* バーコード (数値として扱う設定の場合)

{% hint style="warning" %}
POWER関数内でシリアル値を使用した場合、桁あふれが発生し意図したとおりに動作しない可能性があります。
{% endhint %}


---

# 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/excelfunctions/power-function.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.
