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
- Customer Resources
- 64.8K Get Help
- 434 Global Discussions
- 138 Industry Talk
- 470 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 65 Community Job Board
- 486 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 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!