Pinterest Pixel

SUMIFS Function: Introduction

What does it do? Sums multiple criteria Formula breakdown: =SUMIFS(Sum_Range,Criteria_Range1,Criteria1,Criteria_Range2,Criteria2…) What it means: =SUMIFS(Return the Sum from... read more

Download Excel Workbook
John Michaloudis
Posted on

Steps To Follow

Overview

SUMIFS Function: Introduction | MyExcelOnline SUMIFS Function: Introduction | MyExcelOnline

What does it do?

Sums multiple criteria

Formula breakdown:

=SUMIFS(Sum_Range,Criteria_Range1,Criteria1,Criteria_Range2,Criteria2…)

What it means:

=SUMIFS(Return the Sum from this Range,Evaluate this Range,With this Criteria,Evaluate that Range,With that Criteria…)


The SUMIFS function allows you to Sum multiple criteria.

For example, you can select one Sales Rep from a list of Sales Reps and select one Region from a list of Regions and return the Sum of those arguments from a Sales list.  See how easy it is…

 

Download excel workbookSumIfs-Intro.xlsx

We want to get the sum of the sales amounts for John in the North Region.

STEP 1: We need to enter the SUMIFS function in a blank cell:
=SUMIFS(
SUMIFS Function: Introduction

 

STEP 2: The SUMIFS arguments:

Range

What is your range that contains the source data to add together?

Highlight the column that contains the sales data
=SUMIFS(D15:D23,
SUMIFS Function: Introduction

Criteria_range1

For the first criteria, which range contains the source data?

Let us target the sales rep first, so select that column
=SUMIFS(D15:D23, B15:B23,
SUMIFS Function: Introduction

Criteria1

What is your filtering criteria?

We want to filter for sales amounts of John, so type in “John”
=SUMIFS(D15:D23, B15:B23, "John",
SUMIFS Function: Introduction

Criteria_range2

For the second criteria, which range contains the source data?

Let us now target the Region, so select that column
=SUMIFS(D15:D23, B15:B23, "John", C15:C23,
SUMIFS Function: Introduction

Criteria2

What is your filtering criteria?

We want to filter for sales amounts of the North Region, so type in “North”
=SUMIFS(D15:D23, B15:B23, "John", C15:C23, "North")
SUMIFS Function: Introduction

Just like that, Excel has selectively found the values and summed them together!

SUMIFS Function: Introduction

 

 

 

If you like this Excel tip, please share it
SUMIFS Function: Introduction | MyExcelOnline SUMIFS Function: Introduction | MyExcelOnline
Founder & Chief Inspirational Officer at

John Michaloudis is a former accountant and finance analyst at General Electric, a Microsoft MVP since 2020, an Amazon #1 bestselling author of 4 Microsoft Excel books and teacher of Microsoft Excel & Office over at his flagship MyExcelOnline Academy Online Course.

See also  WEEKNUM Formula in Excel

Get Video Training

Advance your Microsoft Excel & Office Skills with the MyExcelOnline Academy!

Dramatically Reduce Repetition, Stress, and Overtime!
Exponentially Increase Your Chances of a Promotion, Pay Raise or New Job!

Learn in as little as 5 minutes a day or on your schedule.

Learn More!

Share to...