I am using the formula below in conditional formatting for a date that is 18 months or older.
How can I change it to be 18 months and 1 day or older?
=AND(A4<>"",G4 < EDATE(TODAY(),-18))
Thanks for any help.
Nick
I am using the formula below in conditional formatting for a date that is 18 months or older.
How can I change it to be 18 months and 1 day or older?
=AND(A4<>"",G4 < EDATE(TODAY(),-18))
Thanks for any help.
Nick
Like this:
=AND(A4<>"",G4 < EDATE(TODAY(),-18)-1)
If this isnt what you want, try plus one at the end.
Ali
Enthusiastic self-taught user of MS Excel who's always learning!
Don't forget to say "thank you" in your thread to anyone who has offered you help. It's a universal courtesy.
You can reward them by clicking on * Add Reputation below their user name on the left, if you wish.
NB: as a Moderator, I never accept friendship requests.
Forum Rules (updated August 2023): please read them here.
Thanks, that worked. I wasn't sure if that would add a day or a month, but it worked great!
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks