GPT_TRANSLATE formula
Translate cells with =GPT_TRANSLATE
Section titled “Translate cells with =GPT_TRANSLATE”You can translate your Google Sheets cells with GPT for Sheets
=GPT_TRANSLATE(language, value, temperature, model, cache)
| Parameter | Description | Default |
|---|---|---|
language | the language you want to translate the text into (ex: "french") required | "" |
value | The cell you are referring to in your prompt (ex: A1) | null |
temperature | Between 0 (not creative) and 2 (very creative) | 0 |
model | standard (GLM 5.2, 1 credit/token) or advanced (GLM 5.2 nitro, 5 credits/token, paid plans) | standard |
bypassCache | Bypass the cache and query openai again. The results will be differents than before. | false |