I'm not answering this, but instead I'll helpfully hijack this thread, sort of related I guess...
I have dates in two columns. I need to do a couple of things:
- Compare DateA to Today() - if it's <= 90 (days) colour DateA Red, or <= 30 colour it Orange.
- Compare DateB with DateA. - if it's <= 30 (again, days) colour DateB Red, <= 15 colour it Yellow, otherwise Green.
I've had a bit of a play with the conditional formatting thing, but I'm clearly stupid and can't get it to work properly. It seems to colour everything in the column red/orange/etc.
Not quite sure what the forumla should be. Or is it easier to do this with VBA? Not that I can remember how that works properly either.
Cheers,