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
- Customer Resources
- 64.8K Get Help
- 434 Global Discussions
- 138 Industry Talk
- 470 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 65 Community Job Board
- 486 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!