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

Data Analysis

  • Get column index in Excel Table
  • Everything about Charts in Excel
  • How To Create Pareto Chart in Excel
  • How To Insert and Customize Sparklines in Excel
  • Excel Bar Chart

References

  • Extract data with helper column in Excel
  • How to use Excel ROW Function
  • How to use Excel FORMULATEXT function
  • Get nth match with INDEX / MATCH in Excel
  • Perform case-sensitive Lookup in Excel

Data Validations

  • Excel Data validation don’t exceed total
  • Excel Data validation whole percentage only
  • Excel Data validation number multiple 100
  • Excel Data validation date in specific year
  • Excel Data validation allow uppercase only

Sum if equal to one of many things in Excel

by

This tutorial shows how to Sum if equal to one of many things in Excel using the example below;

Formula

=SUMPRODUCT(SUMIF(range,things,values))

Explanation

If you need to sum values when cells are equal to one of many things, you can use a formula based on the SUMIF and SUMPRODUCT functions.

In the example shown, the formula in H5 is:

=SUMPRODUCT(SUMIF(B5:B11,things,C5:C11))

How this formula works

The SUMIF function takes three arguments: range, criteria, and sum_range.

For range, we are using B5:B11. These cells contain the values we are testing against multiple criteria.

For criteria, we are using the named range “things” (E5:E7). This range contains the 3 values we are using as criteria. This range can be expanded to include additional criteria as needed.

For  sum_range, we are using using C5:C11, which contains numeric values.

Because we are giving SUMIF more than one criteria, it will return multiple results – one result for each value in “things. The results come back an array like this:

=SUMPRODUCT({60;30;12})

SUMPRODUCT then sums all items in the array and returns a final result, 102.

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

  • Extract multiple matches into separate rows in Excel
  • IFERROR function: Description, Usage, Syntax, Examples and Explanation
  • IF with boolean logic in Excel
  • SWITCH function example in Excel
  • Complete List of Excel Logical Functions, References and Examples

Date Time

  • YEAR function: Description, Usage, Syntax, Examples and Explanation
  • Display Date is workday in Excel
  • How to calculate next scheduled event in Excel
  • Add business days to date in Excel
  • Get days between dates ignoring years in Excel

Grouping

  • Group arbitrary text values in Excel
  • Group times into 3 hour buckets in Excel
  • How to randomly assign people to groups in Excel
  • Running count group by n size in Excel
  • Group times into unequal buckets in Excel

General

  • How to choose page/paper size in Excel before Printing
  • How to create dynamic named range with INDEX in Excel
  • How to get original number from percent change in Excel
  • How to create dynamic worksheet reference in Excel
  • Subtotal by invoice number in Excel
© 2026 xlsoffice . All Right Reserved. | Teal Smiles | Abbreviations And Their Meaning