Adding an IF(ISBLANK() function

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

Answers

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!