C
Carl
I am trying to write an IF Function to do the following...
If Cell C3 is less than 2 and Cell B3 is greater than .25
return OK
If Cell C3 is between 2 and 5 and Cell B3 is greater
than .40 return OK
If Cell C3 is between 5 and 10 and Cell B3 is greater
than .50 return OK
If Cell C3 is between 10 and 20 and Cell B3 is greater
than .80 return OK
If Cell C3 greater than 20 and Cell B3 is greater than
1.00 return OK
I tried but got confused.
Thank you in advance.
If Cell C3 is less than 2 and Cell B3 is greater than .25
return OK
If Cell C3 is between 2 and 5 and Cell B3 is greater
than .40 return OK
If Cell C3 is between 5 and 10 and Cell B3 is greater
than .50 return OK
If Cell C3 is between 10 and 20 and Cell B3 is greater
than .80 return OK
If Cell C3 greater than 20 and Cell B3 is greater than
1.00 return OK
I tried but got confused.
Thank you in advance.