=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
- Customer Resources
- 66.7K Get Help
- 438 Global Discussions
- 152 Industry Talk
- 497 Announcements
- 5.3K Ideas & Feature Requests
- 85 Brandfolder
- 155 Just for fun
- 77 Community Job Board
- 509 Show & Tell
- 34 Member Spotlight
- 2 SmartStories
- 307 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!