To conditionally sum numeric data in an Excel table, you can use SUMIFS with structured references for both sum and criteria ranges. 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.
April 14, 2025 · 1 min · 12 words · Daniel Crawford