Hello,
I currently have the following formula:
=IF(COUNTIF(INDEX(I:I,MATCH((E$1&("*"&A31&"*)),H:H&J:J,0),),"red"),"red",IF(COUNTIF(INDEX(I:I,MATCH((E$1&("*"&A31&"*")),H:H&J:J,0),),"amber"),"amber","green")).
Basically,
I am trying to match cell E1 and A31 with columns H and J, respectively. If...