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
- Smartsheet Customer Resources
- 64.1K Get Help
- 414 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 141 Just for fun
- 58 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 299 Events
- 38 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!