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