Only perform calculation if cell is not blank

mattbarnaby108576
ββ
I have search the community and tried some stuff but have had no luck, pretty sure it is an easy fix. I have "todays" percentage cell subtracted from the previous day.Β however it is also calculating " tomorrows" date even though there is no data in the field.Β How can i have it calculate only when data is in the cell.
Β
Tags:
Comments
-
What formula are you using?Β
You can integrate it into this IF statement...Β
IF(ISBLANK(Percentage@row), "", INSERT YOUR FORMULA HERE)
This will return a blank cell if there is no percentage data.Β
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67.9K Get Help
- 474 Global Discussions
- 207 Use Cases
- 517 Announcements
- 5.5K Ideas & Feature Requests
- 87 Brandfolder
- 157 Just for fun
- 83 Community Job Board
- 521 Show & Tell
- 36 Member Spotlight
- 3 SmartStories
- 309 Events
- 37 Webinars
- 7.3K Forum Archives
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!