NEED TO ADD DAYS TO THIS FORMULA IF ANOTHER CELL HAS SPECIFIC ITEMS OF A DROP DOWN.
I have this formula that works for this cell when information is missing from reference cell A. However now we want to be able to add additional days if reference cell B has specific items checked in a dropdown. I just can't seem to get it to work. Any suggestions.
=IF(ISBLANK([ ENGINEER (tentative start date)]@row), "", IF(CONTAINS("TBD", [ ENGINEER (tentative start date)]@row), " ", IF(CONTAINS("N/A", [ ENGINEER (tentative start date)]@row), " ", WORKDAY([ENGINEER (tentative start date)]@row, 14))))
Best Answer
-
@Roger C If this is a multi dropdown column, use the HAS() function.
Darren Mullen - Looking to take your Smartsheet knowledge to the next level and become an expert? Join the Smartsheet Guru Elite
Get my 7 Smartsheet tips here
Author of: Smartsheet Architecture Solutions
Answers
-
@Roger C If this is a multi dropdown column, use the HAS() function.
Darren Mullen - Looking to take your Smartsheet knowledge to the next level and become an expert? Join the Smartsheet Guru Elite
Get my 7 Smartsheet tips here
Author of: Smartsheet Architecture Solutions
Help Article Resources
Categories
Check out the Formula Handbook template!