> For the complete documentation index, see [llms.txt](https://support.gpt.space/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.gpt.space/products/gpt-for-google-sheets/formulas/gpt_complete-formula.md).

# GPT\_COMPLETE formula

## Complete cells with =GPT\_COMPLETE

Use GPT to complete result from given values

**`=GPT_COMPLETE(rangeKeys, rangeValues, rangeKeysToComplete, temperature, model, cache)`**

<table><thead><tr><th width="164">Parameter</th><th width="444">Description</th><th>Default</th></tr></thead><tbody><tr><td><code>rangeKeys</code></td><td><p>rangeKeys range of cells (keys)</p><p><strong>required</strong></p></td><td></td></tr><tr><td><code>rangeValues</code></td><td><p>rangeValues range of cells (values) </p><p><strong>required</strong></p></td><td></td></tr><tr><td><code>rangeKeysToComplete</code></td><td><p>rangeKeysToComplete range of cells (keys) to complete it's range of cells (values)</p><p><strong>required</strong></p></td><td></td></tr><tr><td><code>temperature</code></td><td>Between 0 (not creative) and 2 (very creative)</td><td>0</td></tr><tr><td><code>model</code></td><td><code>standard</code> or <code>advanced</code> (gpt-4o-mini or gpt-4o)</td><td><code>standard</code></td></tr><tr><td><code>bypassCache</code></td><td>Bypass the cache and query openai again. The results will be differents than before.</td><td>false</td></tr></tbody></table>


---

# 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://support.gpt.space/products/gpt-for-google-sheets/formulas/gpt_complete-formula.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.
