Google Sheets' Gemini update turns plain English — or any of 25+ languages — into a fully built table: columns, rows, sample data and formulas. Watch the cells fly in below, then learn how NL→table generation actually works.
One sentence → schema, 30 rows and formulas generated for you. You spend your time verifying, not typing.
The same request works in Spanish, French, Hindi, Japanese and 20+ more — the model maps meaning, not keywords, to schema. Try the language buttons above: the prompt changes, the generated table doesn't.
Handy for teams: a manager can spec a tracker in one language and teammates can extend it in another.
Generated formulas can be wrong in subtle ways (off-by-one ranges, wrong sheet references). Spot-check any =SUMIF or =ARRAYFORMULA against a hand computation before decisions ride on it.
Sample data is plausible, not real — replace it. And complex multi-sheet models with pivot logic still usually need a human pass.