NARAYANK991
Excel Ninja
Hi Larry ,
To check for the pattern 2 , 2 , 6 , 6 , your 4 rules would be , with the data range being $B$7:$B$66 ( you need to select this data range first ) :
=AND(B4=2, B5=2, B6=6, B7=6)
=AND(B5=2, B6=2, B7=6, B8=6)
=AND(B6=2, B7=2, B8=6, B9=6)
=AND(B7=2, B8=2, B9=6, B10=6)
Narayan
To check for the pattern 2 , 2 , 6 , 6 , your 4 rules would be , with the data range being $B$7:$B$66 ( you need to select this data range first ) :
=AND(B4=2, B5=2, B6=6, B7=6)
=AND(B5=2, B6=2, B7=6, B8=6)
=AND(B6=2, B7=2, B8=6, B9=6)
=AND(B7=2, B8=2, B9=6, B10=6)
Narayan