How to Sum Between Date Range with Sumifs Formula Multiple Criteria in Excel

The SUMIFS formula is one of the most powerful tools in Excel, allowing you to sum values based on multiple criteria. In this article, we will use the formula to calculate totals (e.g., sales amount or number of calls) for specific date ranges and criteria.

Example Dataset

The dataset consists of the following columns:

  • Date (Column B)
  • Name (Column C)
  • Number of Calls (Column D)
  • Sales Amount (Column E)

Objective

We aim to calculate the total Sales Amount & Total Calls for a given date range and a specific name.

Formula Used:

=SUMIFS(D:D,B:B,">="&G2,B:B,"<="&H2,C:C,I2)

Here’s the explanation:

  • SUMIFS(D:D,…): Adds up the values in the “Number of Calls” column (Column D) based on the criteria.
  • B:B: The column containing the Date values.
  • >=”&G2: Ensures the dates are greater than or equal to the start date in cell G2.
  • <=”&H2: Ensures the dates are less than or equal to the end date in cell H2.
  • C:C,I2: The column containing the Name values (Column C) and the specific name criteria entered in cell I2.

Video Tutorial

Download Excel File

More Excel Projects

Join Our Telegram Group

Join the TechGuruPlus Telegram group

Join Our WhatsApp Group

Join the TechGuruPlus WhatsApp group
Nazim Khan, founder of TechGuruPlus.com

— Founder & Editor, TechGuruPlus.com
[MBA in Finance]

Nazim Khan has spent over ten years working with Excel, Tally and office documentation in accounts, finance and MIS roles. He has been running TechGuruPlus.com since 2016, where he publishes free editable templates for office work, and the YouTube channel Business Excel. He has trained more than 50,000 people online. Every template on this site is built and checked by him before it is published.

Contact  Â·  Excel Course

Leave a Comment