=SUMIFS formula with 3 criteria
Hello, currently I have a working SUMIFS formula adding revenue from column A based on the status in column B, so my formula is:
=SUMIFS({Revenue Column}, {Status Column}, "Completed")
But now I have a master data list that separates projects into internal and external, I need to add to my current formula to only count revenue based on status AND if they are internal/external
the new formula i wrote was:
=SUMIFS({Customer Type}, "Internal", {Revenue Column}, {Status Column}, "Completed")
But i am getting INCORRECT ARGUMENT, I know I am close and need to tweak. can anyone help?
Thanks!
Best Answer
-
Revenue Column needs to be first since that is what you are summing, criteria follows.
Try this:
=SUMIFS({Revenue Column}, {Status Column}, "Completed", {Customer Type}, "Internal")
)
Answers
-
Revenue Column needs to be first since that is what you are summing, criteria follows.
Try this:
=SUMIFS({Revenue Column}, {Status Column}, "Completed", {Customer Type}, "Internal")
)
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.3K 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
- 300 Events
- 39 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!