Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.
Last reviewed:
A parse error in Google Sheets means the formula engine failed to tokenize or interpret the formula before it could even begin calculating. Unlike #VALUE! (which is a runtime error), a parse error is a syntax error — a bracket is unclosed, a function name is misspelled, or a locale-specific separator is wrong.
=SUMIF(A2:A100;"East";B2:B100)=SUMIF(A2:A100,"East",B2:B100)Replaced the semicolons with commas. This formula was authored under a European locale; a US-locale Sheets file requires commas as argument separators.
Edit the grid or formula, then run it through a real spreadsheet engine — no signup.
Sample data — click any cell to edit
Stop hunting errors by hand.
Upload your spreadsheet and the Auditor flags every Parse error and broken formula at once — or paste this one formula and get the fix explained.
Excel uses different syntax in some cases — semicolons vs commas, structured table references, or implicit intersection with @. Convert the formula to standard Sheets syntax after pasting.
Go to File > Settings > General. The locale shown there controls whether commas or semicolons are the argument separator. You can change the locale to match your formula habits.
Yes. QUERY parse errors are a separate category — they relate to the SQL-like query string inside QUERY, not to Sheets formula syntax. Those show as 'QUERY: Parse error' with a column reference in the message.
Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.
Last reviewed: