LIttle Help With Formula

Options
steve50951
steve50951 ✭✭
edited 12/09/19 in Formulas and Functions

I have a helper column (checkbox) that fills the checkbox in if the "D/I" date is past 14 days...30...45, AND IF "install date" is blank.

Here's the formula i have that seems to be working so far

=IF([D/I]@row < TODAY(-14), IF(ISBLANK([Install Date]@row), 1, 0))

couple of ?'s...

1. If i fill in the D/I with a date, and then change it to blank, the checkbox stays filled in. I need the checkbox to go un-checked if the D/I date is changed to blank.

2. Will the formula hold up over time? Do you see any issues with it?

Thanks,

 

Steve

Screen Shot 2019-08-26 at 7.48.36 AM.png

Tags:

Comments

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!