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

Data Analysis

  • Managing Conditional Formatting Rules in Excel
  • How to count table rows in Excel
  • Everything about Charts in Excel
  • Reverse List in Excel
  • Subtotal function in Excel

References

  • How to get address of named range in Excel
  • VLOOKUP function: Description, Usage, Syntax, Examples and Explanation
  • Left Lookup in Excel
  • How to get last column number in range in Excel
  • INDEX function: Description, Usage, Syntax, Examples and Explanation

Data Validations

  • Excel Data validation date in specific year
  • Excel Data validation must begin with
  • Excel Data validation number multiple 100
  • How To Create Drop-down List in Excel
  • Excel Data validation unique values only

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

  • Nested IF function example in Excel
  • NOT function: Description, Usage, Syntax, Examples and Explanation
  • How to use Excel TRUE Function
  • IF with wildcards in Excel
  • How to use Excel FALSE Function

Date Time

  • Get first Monday before any date in Excel
  • Add workdays no weekends in Excel
  • Get days, hours, and minutes between dates in Excel
  • Check If Two Dates are same month in Excel
  • Convert Excel time to decimal hours in Excel

Grouping

  • Categorize text with keywords in Excel
  • If cell contains one of many things in Excel
  • Group times into unequal buckets in Excel
  • How to randomly assign people to groups in Excel
  • Map text to numbers in Excel

General

  • Excel Ribbon Quick Overview For Beginners
  • How to count total number of cells in a rectangular range in Excel
  • How to calculate profit margin percentage in Excel
  • Create dynamic workbook reference to another workbook in Excel
  • Sum by group in Excel
© 2025 xlsoffice . All Right Reserved. | Teal Smiles | Abbreviations And Their Meaning