Skip to main content
Workday User Guide
Last Updated: 2023-06-23
SUMIF

SUMIF

Description

Adds the numbers specified as arguments, if a condition is met.

Syntax

SUMIF(
range
,
criteria
, [
sum_range
])
  • range
    : The range of values, or cells, to test.
  • criteria
    : The condition to test each value against.
  • sum_range
    : The range of values, or cells, to add together. If not specified, the values in the range argument are summed.