Hello I am trying to write a formula for the following table example that would return result options in Column C depending on the data entered in columns A and B:
IF A1=0 and B1>=133, then C1=ON if B1<133, then C1=NO;
IF A1=1 and B1>=153, then C1=ON if B1<153, then C1=NO;
If A1=2 and B1>=166...