Adding an IF(ISBLANK() function
Ashlyn
✭✭
Currently I have the formula: =IF([No Days to Close OSR]@row <= 60, "Yes", "No")
I am wanting to add a function where, if the cell in the column "No Days to Close OSR" is blank that it assigns a "TBD".
I have tried writing it as: =IF([No Days to Close OSR]@row <= 60, "Yes", "No"), IF(ISBLANK([No Days to Close OSR]@row = Blank, "TBD")
Could someone help me correct this formula? Thank You!
Best Answer
-
Try this instead:
=IF([No Days to Close OSR]@row = "", "TBD", IF([No Days to Close OSR]@row <= 60, "Yes", "No"))
Answers
-
Try this instead:
=IF([No Days to Close OSR]@row = "", "TBD", IF([No Days to Close OSR]@row <= 60, "Yes", "No"))
-
This worked!
Thank you so much for taking the time to answer my question!
-
Happy to help. 👍️
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 63.1K Get Help
- 380 Global Discussions
- 212 Industry Talk
- 442 Announcements
- 4.6K Ideas & Feature Requests
- 140 Brandfolder
- 129 Just for fun
- 130 Community Job Board
- 450 Show & Tell
- 30 Member Spotlight
- 1 SmartStories
- 289 Events
- 34 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!