IF OR ISBLANK Help!
Lee Wood
✭✭✭
Good afternoon,
I am trying to create a formula that searches 2 cells with a row, and if both are blank then it will return "Online", but if either one has a value in it then it will return that value. The two cells will never both have a value in at the same time, just one or the other.
The cells are as follows:
Unscheduled Downtime Reason
Scheduled Downtime Reason
If both are blank then it should return the word "Online", if either have a value then it will return the value.
Thank you for your help in advance!
Answers
-
Try this:
IF(ISBLANK([Unscheduled Downtime Reason]@row), IF(ISBLANK([Scheduled Downtime Reason]@row), "Online", [Scheduled Downtime Reason]@row), [Unscheduled Downtime Reason]@row )
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.1K Get Help
- 414 Global Discussions
- 221 Industry Talk
- 460 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 141 Just for fun
- 58 Community Job Board
- 461 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 299 Events
- 38 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!