Can't figure out my issue with SUMIF
I'm certain I'm doing something wrong, but I can't figure it out. I'm trying to sum total revenue per Engagement Manager. I can get the total SUM and the COUNT of EMs, but not combined.
=SUMIF({Drawdown Services Total},({Drawdown Services EM},=[Primary Column]@row))
Thanks for your help!
Best Answer
-
Hi Brenda—
If you're trying to sum the "Drawdown Services Total" based on Primary Column@row, then i think you just need to put the ranges above in a different order:
SUMIF({your criteria range}, [criteria], {Range you want to sum}
Given your response above, i think this means:
=SUMIF({Drawdown Services EM}, [Primary Column]@row, {Drawdown Services Total})
Feel free to post a screenshot of your columns if we're still not getting it! :)
Answers
-
Your syntax is wrong for the SUMIF function, and you don't need that extra set of parenthesis.
=SUMIF({criteria Range}, Criteria, {Sum Range})
-
Thanks for your quick response. When I removed the extra parenthesis, instead of #UNPARSEABLE, I get #INCORRECT ARGUMENT SET.
=SUMIF({Drawdown Services Total}, {Drawdown Services EM}, [Primary Column]@row)
Could it be something with the way I'm referencing the other sheet?
-
I think your criteria is out of order.
=SUMIF({criteria Range}, Criteria, {Sum Range})
=SUMIF({Drawdown Services Total}, {Drawdown Services EM}, [Primary Column]@row)
Try this
=SUMIF({Drawdown Services Total}, [Primary Column]@row, {Drawdown Services EM})
-
Thanks for the response! That parses but maybe I'm not clear in what I'm trying to do:
=SUMIF({Drawdown Services Total}, [Primary Column]@row, {Drawdown Services EM})
^ this is the revenue I'm trying to sum
^ criteria when [Primary Column]@row is found in {Drawdown Services EM}
This is considering the final parameter the Sum Range and not part of the Criteria.
When I add the paranthesises around the 2 parameters, I get an unparse error.
-
Double check the order you have each part in. The correct order is in my last post. The range to sum should be the last part of a SUMIF function.
-
Hi Brenda—
If you're trying to sum the "Drawdown Services Total" based on Primary Column@row, then i think you just need to put the ranges above in a different order:
SUMIF({your criteria range}, [criteria], {Range you want to sum}
Given your response above, i think this means:
=SUMIF({Drawdown Services EM}, [Primary Column]@row, {Drawdown Services Total})
Feel free to post a screenshot of your columns if we're still not getting it! :)
-
That worked!!! Thanks so much!
I don't know why I was so confused about the criteria.
-
Happy to help. 👍️
-
Awesome - so glad you got it working! Happy Friday :)
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.2K Get Help
- 419 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 142 Just for fun
- 58 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 299 Events
- 38 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!