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

Data Analysis

  • Subtotal function in Excel
  • Get column name from index in Excel Table
  • Error Bars in Excel
  • Understanding Pivot Tables in Excel
  • How To Compare Two Lists in Excel

References

  • Extract data with helper column in Excel
  • How to use Excel TRANSPOSE Function
  • How to use Excel ROWS Function
  • Left Lookup in Excel
  • Offset in Excel

Data Validations

  • Excel Data validation only dates between
  • Prevent invalid data entering in specific cells
  • Excel Data validation number multiple 100
  • Excel Data validation allow uppercase only
  • Excel Data validation must begin with

How to conditionally sum numeric data in an Excel table using SUMIFS

by

To conditional sum numeric data in an Excel table, you can use SUMIFS with structured references to for both sum and criteria ranges.

Formula

=SUMIFS(Table[sum_col],Table[crit_col],criteria)

Explanation

In the example shown, the formula in I5 is:

=SUMIFS(Table1[Total],Table1[Item],H5)

Where Table1 is an Excel Table with the data range B105:F89.

How this formula works

This formula uses structured references to feed table ranges into the SUMIFS function.

The sum range is provided as Table1[Total], the criteria range is provided as Table1[Item], and criteria comes from values in column I.

The formula in I5 appears like this:

=SUMIFS(Table1[Total],Table1[Item],H5)

And resolves to this:

=SUMIFS(F5:F89,D5:D89,"Shorts")

The SUMIFS function returns 288, the sum values in the Total column where the value in the Item column is “Shorts”.

Post navigation

Previous Post:

How to calculate project complete percentage in Excel

Next Post:

Popularly Used Excel Functions and their examples

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

  • How to use IFS function in Excel
  • Check multiple cells are equal in Excel
  • Complete List of Excel Logical Functions, References and Examples
  • SWITCH function example in Excel
  • Invoice status with nested if in Excel

Date Time

  • Convert Unix time stamp to Excel date
  • Get project end date in Excel
  • NETWORKDAYS.INTL function: Description, Usage, Syntax, Examples and Explanation
  • Convert Excel time to Unix time in Excel
  • Display the current date and time in Excel

Grouping

  • How to randomly assign data to groups in Excel
  • Group times into unequal buckets in Excel
  • Group times into 3 hour buckets in Excel
  • Running count group by n size in Excel
  • If cell contains one of many things in Excel

General

  • Find, Trace and Correct Errors in Excel Formulas using ‘Formula Auditing’
  • Select, Insert, Rename, Move, Delete Worksheets in Excel
  • How to Insert Cells, Row and Rows in Excel
  • Count cells that do not contain many strings in Excel
  • With vs Without Array Formula in Excel
© 2026 xlsoffice . All Right Reserved. | Teal Smiles | Abbreviations And Their Meaning