Why This SUMIFS Formula Doesn't Work?
I'm trying to identify how much Overall Projected Volume will Bill in the Year 2023 for Joe Smith. Not sure why this formula doesn't work?
=SUMIFS([Billing Year]:[Billing Year], "2023", [Overall Projected Volume]:[Overall Projected Volume], [Opportunity Owner]:[Opportunity Owner], "Joe Smith")
Answers
-
HI @Frank McGuire - The range you want to SUM needs to be the first thing in your formula in a SUMIFS formula.
=SUMIFS( [Overall Projected Volume]:[Overall Projected Volume], [Billing Year]:[Billing Year], "2023", [Opportunity Owner]:[Opportunity Owner], "Joe Smith")
-
Hi @Frank McGuire,
In a SUMIFS formula, what you're trying to total should be the first part of the formula, followed by the criteria ranges & criteria. Your formula should look something like this:
=SUMIFS([Overall Projected Volume]:[Overall Projected Volume], [Billing Year]:[Billing Year], "2023", [Opportunity Owner]:[Opportunity Owner], "Joe Smith")
Hope this helps; if you've any questions etc. then just post! 😊
-
That works! Thank you!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.1K Get Help
- 444 Global Discussions
- 141 Industry Talk
- 472 Announcements
- 5K Ideas & Feature Requests
- 83 Brandfolder
- 150 Just for fun
- 71 Community Job Board
- 489 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 301 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!