Excel vs Google Sheets formulas
Excel vs Google Sheets: which formula to use for lookups, filters, imports, arrays, and finance. Links to the matching Excel and Sheets guides on Updevly.
Updevly keeps two generators because the dialects are not the same file. A comma file and a semicolon file are also not the same locale. Dialect comparison.
Every matching row
Excel uses if_empty. Sheets returns #N/A unless you wrap it.
SQL-like select
QUERY does not exist as an Excel worksheet function.
Fill a whole column
Sheets needs ARRAYFORMULA around ordinary * and IF.
Another spreadsheet
Excel uses Power Query or a linked workbook, not one formula.
Number list
Excel SEQUENCE lives in Microsoft 365. See also TOCOL.
Flatten a block
TOCOL then UNIQUE is the distinct-from-a-grid pattern.
Mini chart
Sheets uses a formula. Excel uses Insert > Sparklines.
Generate for one platform
FAQ
Should I learn Excel or Google Sheets formulas first?
Learn the platform you open every day. SUM, IF, and VLOOKUP transfer. QUERY, ARRAYFORMULA, IMPORTRANGE, and GOOGLEFINANCE do not.
Can I paste an Excel formula into Sheets?
Often yes for SUM, IF, and VLOOKUP. Dynamic arrays, structured tables, and Power Query steps do not paste cleanly. Always pick one platform in the generator.
Where is the dialect table?
See Excel vs Google Sheets formulas for XLOOKUP vs FILTER and comma vs semicolon.