Forecast using if function
I am working on a budget tracking sheet where I have a forecast column. The forecast column is dependent on if there is a value in an estimated cost column or actual cost column.
If there is no value in the actual cost column, then the forecast column is equal to the value in the estimated cost column. If value exists in the actual cost column, then the forecast cost is equal to the actual cost.
I'm not sure how to set-up the formula.
Comments
-
Hi Tim,
Try something like this.
=IF(ISBLANK([Actual Cost $USD]@row); [Estimated Cost $USD]@row; [Actual Cost $USD]@row)
The same version but with the below changes for your and others convenience.
=IF(ISBLANK([Actual Cost $USD]@row), [Estimated Cost $USD]@row, [Actual Cost $USD]@row)
Depending on your country you’ll need to exchange the comma to a period and the semi-colon to a comma.
Did it work?
Have a fantastic weekend!
Best,
Andrée Starå
Workflow Consultant @ Get Done Consulting
SMARTSHEET EXPERT CONSULTANT & PARTNER
Andrée Starå | Workflow Consultant / CEO @ WORK BOLD
W: www.workbold.com | E:andree@workbold.com | P: +46 (0) - 72 - 510 99 35
Feel free to contact me for help with Smartsheet, integrations, general workflow advice, or anything else.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.8K Get Help
- 434 Global Discussions
- 136 Industry Talk
- 470 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 65 Community Job Board
- 485 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!