Hello everyone,
I am new to the forum. My problem is that i am trying to apply conditional formatting to a range of cells which contains certain dates. But the formatting just takes the initial cell data for all the other cells. I tried various methods like removing the $ sign between the range but it doesnt help. The table looks like below:
Actual Date Expected Finish Status
10.2.2012 17.02.2012 Achieved
02.03.2012 16.03.2012 Achieved
15.05.2012 17.05.2012 Under Process
15.06.2012 15.06.2012 Not Achieved
So there is a date 15.05.2012 to which the dates has to compared and the formatting has to be applied. What i wanted to find is if the actual date is less than the current date, and the status is achieved, then the whole data from that column becomes yellow. If the condition is false, then the cells should be left as it is. The formula which i used for formatting is =IF(AND($A8<$G$7;$D8="achieved");1). It works for the first cell but then when i copy the format to all other cells using paste special, its not happening. Any help would be appreciated.
Thanks,
Ranju
Bookmarks