Welcome to the Smartsheet Forum Archives
The posts in this forum are no longer monitored for accuracy and their content may no longer be current. If there's a discussion here that interests you and you'd like to find (or create) a more current version, please Visit the Current Forums.
Can the SumIF check against multiple values instead of one?

Suzan Balaa
ββ
I need to sum up a column if the value of another column is equal to EITHER X or Y.
Β
I was able to write the formula to check against 1 value but I want it check against mutliple values.
Β
=SUMIF([Hours]1:[Hours]10, Org104:Org110, "X")
Β
I want it to become :
Β
=SUMIF([Hours]1:[Hours]10, Org104:Org110, "{X", "Y"})
Β
Is this possible in smartsheet and if so how would the syntax be?Β
Β
Thanks!
Tags:
Comments
-
Try sumifS
=SUMIFS([Hours]1:[Hours]10, Β X, Org104:Org110, YΒ )
This discussion has been closed.