If Not Blank Formula Executing Incorrectly
Smartsheet Community:
Take a Look at my Formula Below. The Formula is Returning 0, Even Though EV is Blank. Do I Have a Parenthesis in The Wrong Position?
Current Formula:
=IF(NOT(ISBLANK(EV@row)), $[Project Budget]$1 - EV@row) / ($[Project Budget]$1 - AC@row)
Answers
-
I Found The Issue with The Parenthesis:
Updated Formula:
=IF(NOT(ISBLANK(EV@row)), ($[Project Budget]$1 - EV@row) / ($[Project Budget]$1 - AC@row))
-
See what happens if you remove the ")" after EV@row
=IF(NOT(ISBLANK(EV@row)), $[Project Budget]$1 - EV@row / ($[Project Budget]$1 - AC@row)
Hope this helps,
Dave
-
That Results in The Incorrect Calculation. However, I Figured it Out.
Update Formula:
=IF(NOT(ISBLANK(EV@row)), ($[Project Budget]$1 - EV@row) / ($[Project Budget]$1 - AC@row))
Thanks
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 68K Get Help
- 474 Global Discussions
- 209 Use Cases
- 517 Announcements
- 5.6K Ideas & Feature Requests
- 87 Brandfolder
- 157 Just for fun
- 85 Community Job Board
- 521 Show & Tell
- 36 Member Spotlight
- 3 SmartStories
- 309 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!