Hi! I am trying to do conditional formatting so that if the date in a specific cell in column O is less than or equal to the date in the specific cell in column M, the cell in column O is filled in. I want to ignore blanks in both columns.
I started with this formula: =$O2<=$M2 but that fills in the blanks as well.
So I tried =AND(=$O2<=$M2,$O2<>"") but this highlights cells where the cell in column M is blank
So I tried =AND(=$O2<=$M2,$O2<>"",$M2<>"") but this gives me the same result.
Any assistance would be appreciated
Fern
I started with this formula: =$O2<=$M2 but that fills in the blanks as well.
So I tried =AND(=$O2<=$M2,$O2<>"") but this highlights cells where the cell in column M is blank
So I tried =AND(=$O2<=$M2,$O2<>"",$M2<>"") but this gives me the same result.
Any assistance would be appreciated
Fern