Weighted Forecast - IF formula
I'm trying to put together a formula that will populate a weighted forecast only if the probability is 80%, 90% or 100%.
I was thinking a column formula using IF.
The formula does not get an #unparseable, but the result is just a blank cell. How would I get the formula to populate $298,240?
Best Answer
-
@Adrienne Strong if this makes sense, change your formula to
=if(probability@row >=0.8, [design or procurement fee]@row * probability@row, "")
that way if probability is greater or equal to 80% it will multiple your $$ by the probability in the same row, otherwise it will return nothing (<80$)
Answers
-
@Adrienne Strong if this makes sense, change your formula to
=if(probability@row >=0.8, [design or procurement fee]@row * probability@row, "")
that way if probability is greater or equal to 80% it will multiple your $$ by the probability in the same row, otherwise it will return nothing (<80$)
-
@Samuel Mueller Thank you! That solved it.
-
Awesome!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 139 Industry Talk
- 471 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 494 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!