SUMIF - #Incorrect Argument Set
Hi - the formula below is returning an error - #Incorrect Argument Set.
In summary if the WP Lead = 'Bob Smith' and PO Name = 'US - Merchant' then I need to add up the total headcount for such items within the corresponding column called 'Total FTE Equiv'.
=SUMIFS([WP Lead]:[WP Lead], "Bob Smith", [PO Name]:[PO Name], "US - Merchant", [Total FTE Equiv.]:[Total FTE Equiv.])
NB: all of the data above is contained within the same SmartSheet.
Thanks in advance,
Steve
Best Answer
-
Hey @Stephen Halsey
The syntax of your SUMIFS isn't what smartsheet is expecting. The column you wish to sum needs to be the first in the list.
=SUMIFS([Total FTE Equiv.]:[Total FTE Equiv.],[WP Lead]:[WP Lead], "Bob Smith", [PO Name]:[PO Name], "US - Merchant")
Will this work for you?
Kelly
Answers
-
Hey @Stephen Halsey
The syntax of your SUMIFS isn't what smartsheet is expecting. The column you wish to sum needs to be the first in the list.
=SUMIFS([Total FTE Equiv.]:[Total FTE Equiv.],[WP Lead]:[WP Lead], "Bob Smith", [PO Name]:[PO Name], "US - Merchant")
Will this work for you?
Kelly
-
Hi Kelly,
Thanks for the guidance above - that worked.
Stephen
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 62.8K Get Help
- 376 Global Discussions
- 207 Industry Talk
- 440 Announcements
- 4.5K Ideas & Feature Requests
- 139 Brandfolder
- 129 Just for fun
- 130 Community Job Board
- 449 Show & Tell
- 30 Member Spotlight
- 1 SmartStories
- 284 Events
- 33 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!