=OR(COUNTIF($D:$D,A2)>=1,COUNTIF($H:$H,A2)>=1,COUNTIF($L:$L,A2)>=1)
=OR(COUNTIF($E:$E,A3)>=1,COUNTIF($I:$I,A3)>=1,COUNTIF($M:$M,A3)>=1,COUNTIF($Q:$Q,A3)>=1,COUNTIF($U:$U,A3)>=1,COUNTIF($Y:$Y,A3)>=1,COUNTIF($AC:$AC,A3)>=1,COUNTIF($AG:$AG,A3)>=1,COUNTIF($AK:$AK,A3)>=1,COUNTIF($AO:$AO,A3)>=1,COUNTIF($AS:$AS,A3)>=1,COUNTIF($AW:$AW,A3)>=1,COUNTIF($BA:$BA,A3)>=1)
Kashyab,
There is a limitation of charractors in Conditional format box. So in A1 use this formula it will give you TRUE or FALSE. then in A3 make conditional format =A1=TRUE. You can hide this row, if you want.