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

Data Analysis

  • Remove Duplicates Example in Excel
  • Randomize/ Shuffle List in Excel
  • Filter Data Based on Date in Excel
  • Example of COUNTIFS with variable table column in Excel
  • How to calculate average last N values in a table in Excel

References

  • INDEX function: Description, Usage, Syntax, Examples and Explanation
  • Approximate match with multiple criteria in Excel
  • Last row number in range
  • Get nth match with INDEX / MATCH in Excel
  • Two-column Lookup in Excel

Data Validations

  • Excel Data validation exists in list
  • Excel Data validation only dates between
  • Excel Data validation allow weekday only
  • Excel Data validation allow uppercase only
  • Prevent invalid data entering in specific cells

Sum by week number in Excel

by

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

Formula

=SUMIFS(sumrange,weekrange,week)

Explanation

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

=SUMIFS(total,color,$G5,week,H$4)

where “total” is the named range D5:D16, “color” is the named range B5:B16, and “week” is the named range E5:E16.

How this formula works

The SUMIFS function can sum ranges based on multiple criteria.

In this problem, we configure SUMIFS to sum amounts in the named range “total” by week number using two criteria:

  1. color equal to the value column G
  2. week equal to the value in row 4
=SUMIFS(total,color,$G5,week,H$4)

Note $G5 and H$4 are both mixed references, so that the formula can be copied throughout the table.

Column E is a helper column, and contains the WEEKNUM function:

=WEEKNUM(C5)

Week numbers in row 4 are numeric values using the custom number format “Wk “0.

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

  • SWITCH function example in Excel
  • IFERROR function: Description, Usage, Syntax, Examples and Explanation
  • Not Equal To ‘<>‘ operator in Excel
  • IF function: Description, Usage, Syntax, Examples and Explanation
  • Extract multiple matches into separate rows in Excel

Date Time

  • Display Date is workday in Excel
  • How to determine year is a leap year in Excel
  • Calculate number of hours between two times in Excel
  • Convert date to Julian format in Excel
  • Display the current date and time in Excel

Grouping

  • Map text to numbers in Excel
  • Map inputs to arbitrary values in Excel
  • Group numbers with VLOOKUP in Excel
  • Group times into 3 hour buckets in Excel
  • If cell contains one of many things in Excel

General

  • How to get amount with percentage in Excel
  • Count cells that do not contain many strings in Excel
  • Subtotal invoices by age in Excel
  • List sheet names with formula in Excel
  • Create dynamic workbook reference to another workbook in Excel
© 2026 xlsoffice . All Right Reserved. | Teal Smiles | Abbreviations And Their Meaning