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
- 64.8K Get Help
- 437 Global Discussions
- 138 Industry Talk
- 470 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 67 Community Job Board
- 486 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!