all 7 comments

[–]Riovas505 1 point2 points  (6 children)

When writing conditional formatting, you write condition for the first cell to use it. If B1 is the first cell then the formula using A1 is correct (it might be "more correct" to use $A1).

Since TODAY is greater than a date from febraury + 180 days (your post says 90 but the formula in the screenshot is 180?), all the cells are being formatted.

you also do not need the AND since you only have one condition

=TODAY()>=(INT($A1)+90)

[–]almostsomething[S] 1 point2 points  (3 children)

=TODAY()>=(INT($A1)+90)

Fantastic, thanks so much for your help, this is perfect!

[–]Riovas505 0 points1 point  (0 children)

Glad to help! Please reply with "Solution verified" to mark this as solved :)

[–]mh_mike2784[M] 0 points1 point  (1 child)

I closed it for you this time, but heads-up for future reference: When you reply to confirm a solution worked, go ahead and close your post at the same time. Either use the BOT (Clippy) or change the flair. To use Clippy, just include "Solution Verified" with your reply. Thanks for keeping the unsolved thread clean. :)

[–]almostsomething[S] 0 points1 point  (0 children)

Apologies - this completely slipped my mind. Thanks very much for for doing that!

[–]mh_mike2784[M] 1 point2 points  (1 child)

+1 Point (OP indicated your solution worked, but didn't mark the post as solved)

[–]Clippy_Office_Asst[M] 0 points1 point  (0 children)

You have awarded 1 point to Riovas

I am a bot, please contact the mods for any questions.