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.3K Get Help
- 445 Global Discussions
- 144 Industry Talk
- 477 Announcements
- 5K Ideas & Feature Requests
- 85 Brandfolder
- 151 Just for fun
- 72 Community Job Board
- 488 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 302 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!