If/Then date question
Hi All,
I'm trying to use the formula below to populate a cell with "late" if the Date Opened +30 days is greater than the Original Due Date. Is this possible? I'm very new to the formula side of SS so any help would be appreciated! Thanks!
=IF([Date Opened]1 + 30, >[Original Due Date]@row, "late", "")
Best Answer
-
Hi Ryon,
Your formula was almost perfect. A syntax error was there. Try using the following formula:
=IF([Date Opened]@row + 30 > [Original Due Date]@row, "Late", "")
Answers
-
Hi Ryon,
Your formula was almost perfect. A syntax error was there. Try using the following formula:
=IF([Date Opened]@row + 30 > [Original Due Date]@row, "Late", "")
-
Awesome, that solved it! I appreciate the help!
Help Article Resources
Categories
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!