SUMIFS Function Examples in Excel, VBA, & Google Sheets

Written by

Editorial Team

Reviewed by

Steve Rynearson

Last updated on February 9, 2023

This Excel Tutorial demonstrates how to use the Excel SUMIFS Function in Excel to add numbers that meet multiple criteria, with formula examples.

SUMIFS Function Description:

The SUMIFS Function Adds together all numbers that meet multiple criteria.

Formula Examples:

Syntax and Arguments:

The Syntax for the SUMIFS Formula is:

=SUMIFS(sum_range,criteria_range,criteria)

Function Arguments ( Inputs ):

sum_range – The range to sum.

criteria_range – The ranges containing the criteria that determines which numbers to sum.

criteria – The criteria indicating when to sum. Example: “<50" or "apples".

Additional Notes

SUMIFS Examples in VBA

You can also use the SUMIFS function in VBA. Type:

application.worksheetfunction.sumifs(sum_range,criteria_range,criteria)

For the function arguments (sum_range, etc.), you can either enter them directly into the function, or define variables to use instead.

Return to the List of all Functions in Excel

How to use the SUMIFS Function in Excel:

To use the AND Excel Worksheet Function, type the following into a cell:

=AND(

After entering it in the cell, notice how the AND formula inputs appear below the cell:
sumifs formula syntax
You will need to enter these inputs into the function. The function inputs are covered in more detail in the next section. However, if you ever need more help with the function, after typing “=SUMIFS(” into a cell, without leaving the cell, use the shortcut CTRL + A (A for Arguments) to open the “Insert Function Dialog Box” for detailed instructions:
how to use the sumifs function in excel

For more information about the SUMIFS Formula visit the
Microsoft Website.

AI Formula Generator

Try for Free

Excel Practice Worksheet

practice excel worksheet

Practice Excel functions and formulas with our 100% free practice worksheets!

  • Automatically Graded Exercises
  • Learn Excel, Inside Excel!

Free Download

Return to List of Excel Functions