SUMIF Blank Cells Excel
Blank cells are not always empty mistakes; sometimes they mean unassigned owners, missing categories, or open items. Excel can sum the rows where a criteria cell is blank. This guide shows how to total costs for blank owner rows using a compact SUMIF formula.
Formula Syntax
Use this base syntax for sumif blank cells excel and replace the ranges with your own spreadsheet columns.
SUMIF(criteria_range, "", sum_range)
Need this formula for your exact sheet?
Generate a custom sumif blank cells excel formula with your own columns, criteria, and spreadsheet layout.
Step-by-step Example
A project staffing spreadsheet tracks Unassigned task cost and needs a formula-driven result instead of manual filtering.
| Owner | Cost |
|---|---|
| Maya | $40 |
| $25 | |
| Leo | $30 |
Resulting formula
=SUMIF(A:A,"",B:B)
The formula evaluates the Unassigned task cost rows and returns $25. Replace the sample ranges with your actual columns, then adjust the criteria so the result matches your workbook.
Try It Now
The generator is pre-filled for sumif blank cells excel. Edit the prompt to match your columns, criteria, and spreadsheet layout.
Generated formula
How it works
Need more formulas every day?
HelpFormula Pro is $7.99/mo for faster spreadsheet work across Excel and Google Sheets.
- ✓ Higher daily formula generation limits
- ✓ Saved formula history for reuse
- ✓ Excel formula language selection
Common Variations
- Sum blank criteria rows
- Sum nonblank rows
- Treat spaces as blank
FAQ
How do I set up SUMIF Blank Cells Excel for Unassigned task cost?
Map the sample columns to your own sheet first, then replace the formula ranges with the real ranges from your workbook. Keep text criteria in quotes and verify that date or number columns are stored as real values.
Can this formula handle sum blank criteria rows?
Yes. Use the same formula pattern and change the criteria, helper column, or lookup value for sum blank criteria rows. If the logic becomes more complex, generate a custom version with the free tool.
What should I check if the SUMIF Blank Cells Excel result is wrong?
Check that every referenced range covers the same rows, locked references use dollar signs where needed, and the criteria type matches the data. For this page, also confirm that the Unassigned task cost fields are formatted consistently.