Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.
Last reviewed:
=SUMIF(A2:A6,"*Pro*",B2:B6)Computed by a real spreadsheet engine on the sample data below.
| Product | Revenue |
| ProMax | 400 |
| Lite | 150 |
| ProLite | 250 |
| Basic | 100 |
| ProPlus | 300 |
=SUMIF(A2:A6,"*Pro*",B2:B6)→950
Edit the grid or formula, then run it through a real spreadsheet engine — no signup.
Sample data — click any cell to edit
Working on a sheet you inherited? Run the Auditor on the whole file first — it flags every #REF!, #N/A, broken column pattern, and inconsistent formula in seconds, free, no signup.
Yes — use a trailing wildcard only: =SUMIF(A2:A6,"Pro*",B2:B6) matches cells that start with "Pro".
Escape literal wildcards with a tilde: "~*" matches a literal asterisk, "~?" matches a literal question mark.
Replace #N/A, #DIV/0!, and other errors with a blank or a friendly message using IFERROR or IFNA. Works in Excel and Google Sheets.
Error fixNested IF formulas not working in Excel and Google Sheets — fix bracket mismatches, wrong evaluation order, overlapping conditions, and the 64-nesting limit.
How-toChain multiple IF functions inside each other to test several conditions and return different results for each scenario.
How-toCombine IF with AND or OR to test multiple conditions simultaneously and return a result based on whether all or any are true.
How-toUse IF with AND to return a value only when all specified conditions are simultaneously true in Excel or Google Sheets.
How-toUse IF with OR to return a value when at least one of several conditions is true in Excel or Google Sheets.
Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.
Last reviewed: