i have this long formula.
=IF(OR(AND(A2=1,B2=9),AND(A2=2,B2=12),AND(A2=3,B2=18),AND(A2=4,B2=15),AND(A2=5,B2=22),AND(A2=6,B2=95),AND(A2=12,B2=19),AND(A2=42,B2=52)),"","Ok")
is there any easy way or more simplistic way to achieve the same without these too many ORs and ANDs ? or make it work in a better way.