check box if date is 90 days prior to today

Options

Hi!

I'm trying to have a box checked if the Due Date is 90 days out. I seem to have that part right

=IF([RR Due Date]@row <= TODAY() + 90, 1, 0)

But it's checking all boxes if they are blank. What can I add to the formula to ignore boxes that are blank?

Thanks so much!

Answers

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!