Hello
I am struggling to get the correct conditional formatting formula, or will this need VBA?
For rows 20 onwards I am trying to highlight the rows if the last column in row 14 that has text in it also has text in the corresponding row for 20 onwards.
I have tried
=AND(D$14<>"",E$14="",D20<>"",E20="")
Applying to =$20:$344
This almost works, but only highlights the cell 4 back from the last column
I am struggling to get the correct conditional formatting formula, or will this need VBA?
For rows 20 onwards I am trying to highlight the rows if the last column in row 14 that has text in it also has text in the corresponding row for 20 onwards.
I have tried
=AND(D$14<>"",E$14="",D20<>"",E20="")
Applying to =$20:$344
This almost works, but only highlights the cell 4 back from the last column