ƒx

Excel SUMIF Formula

math Difficulty:
One-Click Copy
=SUMIF(range, criteria, [sum_range])

Quick context

  • Works in both Excel and Google Sheets.
  • Use when you need consistent, auditable results.
  • Copy the snippet above and adjust only the ranges.

When to use

How to use the Excel SUMIF Formula to sum values based on criteria.

Why you need this

SUMIF is the fundamental building block for conditional math in Excel. It allows you to sum values only when a specific condition is met (e.g., 'Sum of Sales where Region is North').

For multiple conditions, use SUMIFS.

Disclaimer: While we strive for accuracy, these formulas are provided "as is" without warranty of any kind. Please verify all results before use.

Scalability Warning

SUMIF logic gets messy with complex data. Financial reports relying on SUMIFs are hard to debug.

See math Alternatives