Seahorse
Member
Columns AA, AD and AG are populated with dates. I need to confirm if any of those contain a date that is plus or minus 7 days from Today() however my first stab results in my test dates (2 +/- 5 and 2 +/- 14) all being FALSE. Clearly I need to get it working before I start nesting, but not sure what's wrong in the first place...
=OR($AA5=TODAY()+7,$AA5=TODAY()-7)
=OR($AA5=TODAY()+7,$AA5=TODAY()-7)