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!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 66.9K Get Help
- 441 Global Discussions
- 153 Industry Talk
- 501 Announcements
- 5.4K Ideas & Feature Requests
- 85 Brandfolder
- 155 Just for fun
- 79 Community Job Board
- 511 Show & Tell
- 34 Member Spotlight
- 2 SmartStories
- 308 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!