GPT for Google Sheets, Docs AI, Slides, Forms

Rewrite & Humanize Text Template

Bulk rewrite and paraphrase text with AI in Google Sheets. Free =GPT() template with per-row tone control: simplify, formalize or warm up any column.

Re-tone hundreds of rows at once β€” support macros into plain English, catalog blurbs into a warmer voice, legacy pages out of corporate-speak β€” with the tone chosen per row, not per batch.

What you need in your sheet

Column Content
A Original text
B Target tone (plain English, friendly, formal, punchy)
C Rewritten text

The formula

In C2, then drag down:

=GPT("Rewrite this text in the following tone: "&B2&". Keep every fact, name and number exactly as given. Vary sentence length, cut filler ('in order to', 'it is important to note'), and stay within 10% of the original length.", A2)

To rewrite and localize in one pass, chain the result in D2:

=GPT_TRANSLATE(C2, "german")

Variations: keep a full style guide in $E$1 and call =GPT($E$1, A2) so one cell controls the voice of the whole sheet, or add a second output column with a different tone in B to compare side by side before committing.

Get started

  1. Install GPT for Sheets from the Google Workspace Marketplace (free tier included, no API keys needed).
  2. Paste your source text into column A β€” one passage per row β€” and set a tone in B.
  3. Drag the formula down, compare a few rows against the originals, then use Replace all GPT formulas with results in the sidebar.

Full guide: Humanizer β€” convert AI text to human-written.

FAQ

Will the rewrite change my facts and numbers?

The prompt pins every fact, name and number as unchangeable, which models respect well β€” but for compliance-sensitive text, spot-check a sample. Rewriting style while freezing substance is exactly what this template’s prompt is built around.

Can it make AI text undetectable by AI detectors?

No tool can honestly guarantee that, and detectors themselves are unreliable either way. The template aims at something more useful: text that reads naturally to humans β€” varied sentence length, no filler, a tone you chose on purpose.

How much text can I rewrite in one go?

One cell per row, up to 10,000 results per hour β€” enough to re-tone an entire help center or product catalog in a session. Free tier included, no API keys; GPT, Claude, Gemini, Mistral and Perplexity are built in.