How it works
- Paste the formula exactly as it appears in the cell, starting with =.
- Pick Excel or Google Sheets, and if the formula gives a wrong result or an error, describe what you see. Click Explain this formula.
- Read the one-sentence summary, then follow the pieces from the inside out. If you described a problem, try the fix under Likely cause.
Examples
Sample results for the inputs shown, so you can see the format and quality before you try it.
Formula to explain: =IFERROR(INDEX(Prices!$C:$C, MATCH(A2, Prices!$A:$A, 0)), "Not found")
Spreadsheet app: Excel
Is something wrong with it? It shows Not found for codes I can see on the Prices sheet
Formula to explain: =SUMPRODUCT((B2:B500="West")*(MONTH(A2:A500)=3)*D2:D500)
Spreadsheet app: Google Sheets
Formula to explain: =LET(sales, FILTER(Data!D:D, Data!B:B=F1), IF(ROWS(sales)=0, 0, AVERAGE(sales)))
Spreadsheet app: Excel
Tips for better results
- Copy the formula from the formula bar, not the cell, so you get the whole thing including sheet names.
- Describe the symptom. "Shows Not found for codes I can see" points straight to the usual cause: spaces or numbers stored as text.
- Remove IFERROR while debugging. It hides the real error message that tells you what's wrong.
- For very long formulas, paste them into the explainer before editing. Knowing what each piece does makes a change much safer.
FAQ
Is this Excel formula explainer free?
Yes. Enter your email once to use it (you'll also get Something Big, our free weekly AI newsletter, and you can unsubscribe anytime). There's no account and no credit card.
Does it work with Google Sheets formulas?
Yes. Pick Google Sheets and it explains Sheets-specific functions such as ARRAYFORMULA, QUERY and REGEXMATCH, and flags functions that behave differently from Excel.
Can it fix a formula that's giving the wrong result?
Describe the problem in the box and it adds a Likely cause section with the most common reason and a corrected formula. Test the fix on a few rows before filling it down.
What about formulas that reference other sheets or named ranges?
It explains them based on what the formula shows. When a named range or another sheet isn't visible, it says what it probably contains and marks that as a guess.
More free AI tools
Related prompts
Prefer to use ChatGPT or Claude directly? These free prompts do similar jobs.