hi, is there any other way I can make the following equation any shorter please?
=AND(OR(B201=3,B201=6,B201=9,B201=12,B201=15,B201=18,B201=21,B201=24,B201=27,B201=30,B201=33,B201=36), OR(B202=3,B202=6,B202=9,B202=12,B202=15,B202=18,B202=21,B202=24,B202=27,B202=30,B202=33,B202=36), OR(B203=3,B203=6,B203=9,B203=12,B203=15,B203=18,B203=21,B203=24,B203=27,B203=30,B203=33,B203=36), OR(B204=3,B204=6,B204=9,B204=12,B204=15,B204=18,B204=21,B204=24,B204=27,B204=30,B204=33,B204=36), OR(B205=3,B205=6,B205=9,B205=12,B205=15,B205=18,B205=21,B205=24,B205=27,B205=30,B205=33,B205=36), OR(B206=3,B206=6,B206=9,B206=12,B206=15,B206=18,B206=21,B206=24,B206=27,B206=30,B206=33,B206=36))
I have this in a cell as a conditional formatting to turn green when all of cells B201, B202, B203, B204, B205 and B206 have numbers 3,6,12,15,18,21,24,27,30,33, or 36 enetered in them.
I have to input this a range of different cells, and alter each one according so v. time consuming, so just wondered if theres a short formula that would do the same thing available? thanks guys!
=AND(OR(B201=3,B201=6,B201=9,B201=12,B201=15,B201=18,B201=21,B201=24,B201=27,B201=30,B201=33,B201=36), OR(B202=3,B202=6,B202=9,B202=12,B202=15,B202=18,B202=21,B202=24,B202=27,B202=30,B202=33,B202=36), OR(B203=3,B203=6,B203=9,B203=12,B203=15,B203=18,B203=21,B203=24,B203=27,B203=30,B203=33,B203=36), OR(B204=3,B204=6,B204=9,B204=12,B204=15,B204=18,B204=21,B204=24,B204=27,B204=30,B204=33,B204=36), OR(B205=3,B205=6,B205=9,B205=12,B205=15,B205=18,B205=21,B205=24,B205=27,B205=30,B205=33,B205=36), OR(B206=3,B206=6,B206=9,B206=12,B206=15,B206=18,B206=21,B206=24,B206=27,B206=30,B206=33,B206=36))
I have this in a cell as a conditional formatting to turn green when all of cells B201, B202, B203, B204, B205 and B206 have numbers 3,6,12,15,18,21,24,27,30,33, or 36 enetered in them.
I have to input this a range of different cells, and alter each one according so v. time consuming, so just wondered if theres a short formula that would do the same thing available? thanks guys!