Excel: If Less Than and Greater Than or Equal
Solved
lagodille
Posted messages
99
Status
Membre
-
mon speudo et cricri 59 -
mon speudo et cricri 59 -
Hello,
I have a small issue with a function:
I have IF(A11=1,2,IF(B11=12,5))
but I would like it to be 12<B11<=14 and I can't manage to do it
If someone can help me
thanksConfiguration: Windows XP
Internet Explorer 6.0
I have a small issue with a function:
I have IF(A11=1,2,IF(B11=12,5))
but I would like it to be 12<B11<=14 and I can't manage to do it
If someone can help me
thanksConfiguration: Windows XP
Internet Explorer 6.0
Is there a workaround for 9 to 10 conditions?
Here’s what I need:
in cell B11
=IF(A1=0,0,IF(A1=1,0.25,IF(A1=2,0.5,IF(A1=3,0.75,IF(A1=9,1,IF(A1=10,1,IF(A1=11,1,IF(AND(A1<=14,A1>11),5,"NULL")))))))
Thanks, aquarelle.
Thank you again Aquarelle for your valuable help.
Have a good evening.