Help with Conditional Formatting (Dates)

B

BigH

Hi there hopefully someone can help,

I want the cell to turn white if its the same date as two other cells or if
its less than the date in these two other cells, else it goes red if greater
than the dates in the two cells.

i.e cell a1 and a2 must have the same dates. cell a3 if it has the same date
or less than a1 and a2 it goes white, if its greater than a1 and a2 (whose
dates must be the same) then it goes red


thanks in advance BigH
 
P

pinmaster

In conditional formatting:
condition 1 - "formula is" =AND(A1=A2,A3<=A1)...click on Format and format
as desired, click on Add.
condition 2 - "formula is" =AND(A1=A2,A3>A1)....again format as desired.

HTH
JG
 
Top