Create SUMIFS formula
I need help creating a formula that will show the sum of the Forecast Amount for any Opportunity that has one of these Sales Stages:
1 - Prospect
2 - Assessment
3 - Proposal
4 - Contracts
If it's easier to write one that includes "everything except", these would be the ones to exclude:
Closed Won
Closed Lost
All I come up with is UNPARSEABLE.
Thanks in advance for your help!
Best Answers
-
Try something along the lines of...
=SUMIFS([Forecast Amount]:[Forecast Amount], [Sales Stage]:[Sales Stage], NOT(CONTAINS("Closed", @cell)))
-
Paul -- thank you SO much!! That worked! You're a lifesaver!
Answers
-
Try something along the lines of...
=SUMIFS([Forecast Amount]:[Forecast Amount], [Sales Stage]:[Sales Stage], NOT(CONTAINS("Closed", @cell)))
-
Paul -- thank you SO much!! That worked! You're a lifesaver!
-
Happy to help. 👍️
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.4K Get Help
- 446 Global Discussions
- 144 Industry Talk
- 478 Announcements
- 5K Ideas & Feature Requests
- 85 Brandfolder
- 151 Just for fun
- 72 Community Job Board
- 490 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 302 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!