C
cht13er
I searched through old topics, but they didn't help me - I think I am
missing a crucial idea.
I have dates in cells A1:A20, B1:B20, and C1:C20.
What I want to do is format any cells in columns A and B that show
dates later than the date in column C. Example:
If A1 is 10-Jan-05, B1 is 21-Jan-05, and C1 is 14-Feb-05, no cells are
formatted.
If A2 is 12-Jan-05, B2 is 22-Jan-05, and C2 is 02-Jan-05, cells A2 and
B2 are both formatted.
If A3 is 27-Feb-05, B3 is 09-Mar-05, and C3 is 07-Mar-05, only cell B3
is formatted.
So basically I am going row by row and finding dates in columns A and B
that are later than the date in column C.
I can't get it to work without going cell-by-cell and putting a
different formula in each cell. (Of which there are 2x20=40.) Help!!
A caveat - because of some network issue, I can't use VBA. Conditional
formatting formulas only!
Thanks,
Cht13er
missing a crucial idea.
I have dates in cells A1:A20, B1:B20, and C1:C20.
What I want to do is format any cells in columns A and B that show
dates later than the date in column C. Example:
If A1 is 10-Jan-05, B1 is 21-Jan-05, and C1 is 14-Feb-05, no cells are
formatted.
If A2 is 12-Jan-05, B2 is 22-Jan-05, and C2 is 02-Jan-05, cells A2 and
B2 are both formatted.
If A3 is 27-Feb-05, B3 is 09-Mar-05, and C3 is 07-Mar-05, only cell B3
is formatted.
So basically I am going row by row and finding dates in columns A and B
that are later than the date in column C.
I can't get it to work without going cell-by-cell and putting a
different formula in each cell. (Of which there are 2x20=40.) Help!!
A caveat - because of some network issue, I can't use VBA. Conditional
formatting formulas only!
Thanks,
Cht13er