Sums values within a column if specified criteria is met
SUMIF( column, criteria )
column
criteria
Sums the values in a column that are within a row meeting the specified criteria
Column to sum
Condition that must be met for values within column to be summed. criteria may reference the same or different column as column .
Outputs sum of values in column that meet criteria
Last updated 2 years ago
Was this helpful?