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])

Respuesta :

Answer:

c) =SUMIF(range, criteria, [sum_range])

Explanation:

The correct answer is c. The range represents the cell or cells where the values to evaluate are located, the criteria is what you wish to evaluate the range against and the sum_range is where the values to add together are located. The last argument does not need to be included in the function if the sum_range and the range represent the same cells.

ig:ixv.mona :)

The correct option is c) =SUMIF(range, criteria, [sum_range])

The following information should be considered:

  • The range shows the cell or cells where the values to evaluate are located.
  • The criteria is what you wish to evaluate the range against and the sum_range is where the values to add together are located.
  • The last argument does not required to be included in the function in the case when the sum_range and the range represent the same cells.

Learn more: brainly.com/question/17429689