I am looking to apply conditonal formatting to those cells in the range D6:I50 whose values match the value of any cell in the range D3:I3.
I found this example in a previous enquiry on this forum which was trying achieve a similar result for the Range A1:A20 when matching against values in the range B1:B10.
Highlight Range A1:A20 then in CF under Formula type the following
=MATCH(A1, $B1:$B10, 0)
I tried to adapt this to =MATCH(D6, $D$3:$I$3,0) but to no avail.
Is what I am trying to achieve possible and if so can someone provide the appropriate formula.
I found this example in a previous enquiry on this forum which was trying achieve a similar result for the Range A1:A20 when matching against values in the range B1:B10.
Highlight Range A1:A20 then in CF under Formula type the following
=MATCH(A1, $B1:$B10, 0)
I tried to adapt this to =MATCH(D6, $D$3:$I$3,0) but to no avail.
Is what I am trying to achieve possible and if so can someone provide the appropriate formula.