Skip to content
Free Excel Tutorials
  • Home
  • Excel For Beginners
  • Excel Intermediate
  • Advanced Excel For Experts

Data Analysis

  • Conditional Formatting Icon Sets Examples in Excel
  • Add Outline to Data in Excel
  • Conflicting Multiple Conditional Formatting Rules in Excel
  • Excel Frequency Function Example
  • How to combine 2 or more chart types in a single chart in Excel

References

  • Extract all partial matches in Excel
  • How to use Excel VLOOKUP Function
  • How to get last row in numeric data in Excel
  • INDEX function: Description, Usage, Syntax, Examples and Explanation
  • How to calculate two-way lookup VLOOKUP in Excel Table

Data Validations

  • How To Create Drop-down List in Excel
  • Prevent invalid data entering in specific cells
  • Excel Data validation allow uppercase only
  • Excel Data validation exists in list
  • Data validation must not exist in list

Sum by week in Excel

by

This tutorial shows how to Sum by week in Excel using the example below;

Formula

=SUMIFS(value,date,">="&A1,date,"<"&A1+7)

Explanation

To sum by week, you can use a formula based on the SUMIFS function. In the example shown, the formula in F4 is:

=SUMIFS(amount,date,">="&E4,date,"<"&E4+7)

This formula uses the named ranges “amount” (C4:C21) and “date” (B4:B21).

How this formula works

The SUMIFS function can sum ranges based on multiple criteria.

In this problem, we configure SUMIFS to sum amounts by week using two criteria: (1) dates greater than or equal to the date in column E, (2) dates less than the date in column E plus 7 days:

=SUMIFS(amount,date,">="&E4,date,"<"&E4+7)

When this formula is copied down, SUMIFS generates a sum for each week.

The dates in column E are Mondays. The first date is hard-coded, and the rest of the Mondays are calculated with a simple formula:

=E4+7

Post navigation

Previous Post:

How to use Excel CHOOSE Function

Next Post:

Customize Ribbon In Excel

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Learn Basic Excel

Ribbon
Workbook
Worksheets
Format Cells
Find & Select
Sort & Filter
Templates
Print
Share
Protect
Keyboard Shortcuts

Categories

  • Charts
  • Data Analysis
  • Data Validation
  • Excel Functions
    • Cube Functions
    • Database Functions
    • Date and Time Functions
    • Engineering Functions
    • Financial Functions
    • Information Functions
    • Logical Functions
    • Lookup and Reference Functions
    • Math and Trig Functions
    • Statistical Functions
    • Text Functions
    • Web Functions
  • Excel VBA
  • Excel Video Tutorials
  • Formatting
  • Grouping
  • Others

Logical Functions

  • IF with wildcards in Excel
  • How to use Excel OR Function
  • OR function: Description, Usage, Syntax, Examples and Explanation
  • How to return blank in place of #DIV/0! error in Excel
  • TRUE function: Description, Usage, Syntax, Examples and Explanation

Date Time

  • How to calculate project start date based on end date in Excel
  • How to calculate next day of week in Excel
  • DATEVALUE function: Description, Usage, Syntax, Examples and Explanation
  • ISOWEEKNUM function: Description, Usage, Syntax, Examples and Explanation
  • How to get same date next year or previous year in Excel

Grouping

  • Running count group by n size in Excel
  • Group arbitrary text values in Excel
  • Map inputs to arbitrary values in Excel
  • Group times into 3 hour buckets in Excel
  • Categorize text with keywords in Excel

General

  • How to calculate percent variance in Excel
  • Excel Operators
  • How to calculate percent of goal in Excel
  • How to Create Calendar in Excel
  • How to calculate decrease by percentage in Excel
© 2025 xlsoffice . All Right Reserved. | Teal Smiles | Abbreviations And Their Meaning