Related topics
×
Formulas & functions
Sign in with Microsoft
Sign in or create an account.
Hello,
Select a different account.
You have multiple accounts
Choose the account you want to sign in with.
Formulas & functions

SUMIFS

Use SUMIFS to test multiple conditions and return a value based on those conditions. For example, you could use SUMIFS to sum the number of a products sold by a certain salesperson.

Your browser does not support video. Install Microsoft Silverlight, Adobe Flash Player, or Internet Explorer 9.

Syntax

SUMIFS(sum_range, criteria_range1, criteria1, [criteria_range2, criteria2], ...)

  • =SUMIFS(A3:A10,B3:B:10,B13,C3:C10,A13)

  • Sum the values in the cell A3 to A10 for the rows where the value in B3 to B10 is B13, and the value in C3 to C10 is A13.

Steps

  1. Select a cell.

  2. Type =SUMIFS, and a left parenthesis (.

  3. Select the sum range, and type a comma.

  4. Select the first criteria range, and type a comma.

  5. Select the criteria, and type a comma.

  6. Select the second criteria range, and type a comma.

  7. Select the criteria, and type a comma.

  8. Add a right parenthesis ) and select Enter.

Need more help?

You can always ask an expert in the Excel Tech Community or get support in Communities.

See Also

SUMIFS function

Need more help?

Want more options?

Explore subscription benefits, browse training courses, learn how to secure your device, and more.

Communities help you ask and answer questions, give feedback, and hear from experts with rich knowledge.

Was this information helpful?

What affected your experience?
By pressing submit, your feedback will be used to improve Microsoft products and services. Your IT admin will be able to collect this data. Privacy Statement.

Thank you for your feedback!

×