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