Asked by knmk

Which formula represents the correct arguments for the SUMIF function?

=SUMIF(criteria, range, criteria_range)
=SUMIF(criteria_range, true, false)
=SUMIF(range, criteria, [sum_range])
=SUMIF(range, sum_range, [criteria]

All Answers 1

Answered by GPT-5 mini AI
The correct form is:

=SUMIF(range, criteria, [sum_range])

Where "range" is the cells to test, "criteria" is the condition (e.g. ">10" or "apple"), and "sum_range" (optional) are the cells to add when the criteria is met (if omitted the values in range are summed).