close
I need help please!!! For example if I am in cell C3. I want to put a formula
in that if in B3 the number I have entered is between 4 and 6 for example
than i want the answer in C3 to be 2.
quot;Princessquot; wrote:
gt; I want to put a formula in that if in B3 the number I
gt; have entered is between 4 and 6 for example
gt; than i want the answer in C3 to be 2.
You also need to specify what value you want if B3 is not
between those limits. I will use 1 ....
=IF(AND(4lt;=B3,B3lt;=6), 2, 1)
全站熱搜