Fix the Formula Parse Error in Google Sheets
Google Sheets rejects your formula with "Formula parse error" the moment you press Enter — often a formula you copied from a website, an email, or another spreadsheet.
Excel & Google Sheets
This formula works in both Excel and Google Sheets.
How it works
A formula parse error means Google Sheets can't read the formula's punctuation — the logic never even runs. The most common culprit in pasted formulas is smart quotes: word processors and websites convert straight quotes (") into curly ones (“ ”), which Sheets treats as ordinary text, not string delimiters. Retype the quotes inside Sheets and the error vanishes. Second is locale: spreadsheets set to many European locales separate arguments with semicolons, so =IF(A2>10;"High";"Low") is correct there and a parse error in a comma locale — match your spreadsheet's setting under File > Settings. The rest is bookkeeping: every opening parenthesis needs a closing one, and every opening quote needs its partner. Sheets highlights matching pairs as you click through the formula, which makes the missing one easy to spot.
When to use it
Check punctuation first whenever a pasted formula fails instantly — formulas copied from blogs, emails, or Word documents almost always carry smart quotes or the wrong separators.
Common mistakes
Got a file full of these?
Open it in your browser — every error cell gets highlighted with its fix. Nothing is uploaded.
Did this formula help?
Engine-verified against the sample data aboveLast reviewed 2026-07-08