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
- Customer Resources
- 64.4K Get Help
- 424 Global Discussions
- 221 Industry Talk
- 465 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 144 Just for fun
- 61 Community Job Board
- 463 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 300 Events
- 39 Webinars
- 7.3K Forum Archives