Translate content using Claude from Google Sheets
Prerequisites
Translate rows with Claude in Google Sheets
Install GPT for Sheets to run `=CLAUDE()` translation formulas across entire columns, then review source text and translated output side by side.
Install GPT for Sheets to run `=CLAUDE()` translation formulas across entire columns, then review source text and translated output side by side.
-
Go to the GPT for Sheets, or start from the GPT for Sheets product page.
-
Click Install.

Use CLAUDE(prompt) function to translate your text any language
- Get content of the site using web functions
=WEB_URL(“https://docgpt.ai”)
- After that let’s use AI for translation the content
=CLAUDE(“Translate site content into English” & C10)
where C10 is content of your scrapped content