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
