IFNUMBER formula, help!
Good morning all,
I am trying to create a formula that essentially does a planned budget value - actual budget value to get the "budget variance" but only if there is a number in the actual budget field. Any suggestions? Right now it is only:
=[Budget Planned]26 - [Budget Actual]26
But when we have no actual numbers in there, it is making our budget variance quite large.
Comments
-
Try surrounding your formula with an IF statement.
=IF(Isblank([Budget Actual]26), "", [Budget Planned]26 - [Budget Actual]26)
That should give you a blank cell if there is no data in Budget Actual, but give you your formula if there is actual amounts listed.
You would paste that formula into row 26 and use the bottom-right corner to drag it up and down throughout your sheet.
Hope that helps!
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 63.9K Get Help
- 410 Global Discussions
- 220 Industry Talk
- 458 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 136 Just for fun
- 57 Community Job Board
- 459 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 298 Events
- 37 Webinars
- 7.3K Forum Archives