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

Data Analysis

  • How to create Checklist in Excel
  • How to Create Column Chart in Excel
  • Excel Bar Chart
  • Create Scatter Chart in Excel
  • Conditional Formatting New Rule with Formulas in Excel

References

  • How to use Excel LOOKUP Function
  • INDEX function: Description, Usage, Syntax, Examples and Explanation
  • How to use Excel ROW Function
  • Convert text string to valid reference in Excel using Indirect function
  • How to retrieve first match between two ranges in Excel

Data Validations

  • Excel Data validation require unique number
  • Excel Data validation no punctuation
  • Excel Data validation allow uppercase only
  • Excel Data validation unique values only
  • Excel Data validation number multiple 100

SUMIFS multiple criteria lookup in table in Excel

by

This tutorial shows how to calculate SUMIFS multiple criteria lookup in table in Excel using the example below;

Formula

=SUMIFS(table[values],table[col1],c1,table[col2],c2,table[col3],c3)

Explanation

In some situations, you can use the SUMIFS function to perform multiple-criteria lookups on numeric data. To use SUMIFS like this, the lookup values must be numeric and unique to each set of possible criteria. In the example shown, the formula in H8 is:

=SUMIFS(Table1[Price],Table1[Item],H5,Table1[Size],H6,Table1[Color],H7)

Where Table1 is an Excel Table as seen in the screen shot.

How this formula works

This example shows how the SUMIFS function can sometimes be used to “lookup” numeric values, as an alternative to more complicated multi-criteria lookup formulas. This approach is less flexible than more general lookup formulas based on INDEX and MATCH (or VLOOKUP) but it’s also more straightforward, since SUMIFS is designed to easily handle multiple criteria. It’s also very fast.

In the example shown, we are using the SUMIFS function to “look up” the price of an item based on the item name, color, and size. The inputs for these criteria are the cells H5, H6, and H7.

Inside the SUMIFS function, the sum range is supplied as the “Price” column in Table1:

Table1[Price]

Criteria are supplied in 3 range/criteria pairs as follows:

Table1[Item],H5 // item
Table1[Size],H6 // size
Table1[Color],H7 // color

With this configuration, the SUMIFs function finds matching values in the “Price” column and returns the sum of matching prices for the specific criteria entered in H5:H7. Because only one price exists for each possible combination of criteria, the sum of the matching price is the same as as the sum of all matching prices.

Notes:

  1. Each combination of criteria must match one result only.
  2. Lookup values (the sum range) must be numeric.
  3. SUMIFS will return zero if no match occurs.

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

  • Not Equal To ‘<>‘ operator in Excel
  • IFS function: Description, Usage, Syntax, Examples and Explanation
  • Excel If, Nested If, And/Or Criteria Examples
  • SWITCH function example in Excel
  • OR function Examples in Excel

Date Time

  • Calculate series of dates by workdays in Excel
  • How to Calculate Age in Excel
  • Add years to date in Excel
  • Add days exclude certain days of week in Excel
  • How to calculate Quarter of Date in Excel

Grouping

  • Group times into unequal buckets in Excel
  • Running count group by n size in Excel
  • Map text to numbers in Excel
  • How to randomly assign people to groups in Excel
  • If cell contains one of many things in Excel

General

  • With vs Without Array Formula in Excel
  • How to get original price from percentage discount in Excel
  • How to choose page/paper size in Excel before Printing
  • Count cells less than in Excel
  • Share Excel data with Word documents
© 2025 xlsoffice . All Right Reserved. | Teal Smiles | Abbreviations And Their Meaning