If Statement on Expiration Dates

My criteria are the following

  1. If the Expiration Date Column cell is blank or greater than today+31 days = “Yes”
  2. If the Expiration Date Column cell is within 30 days = “Hold”
  3. IF the Expiration Date Column cell = today or greater than the date in the cell = “No”

I tried using ISDate, Index Match, Date Only and it's not working.

Below is the formula

=IF(ISDATE([Expiration Date]11), "Yes", IF([Expiration Date]11 > TODAY(+60), "Hold", IF([Expiration Date]11 <= TODAY(), "No")))


Thank you for the help.

J

Answers

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!