F
flemminga
Need excel to return the value 1 if the value in field B7 is larger tha
0 and smaller than 20.
=IF(B7<20;1;0) kinda works except that if B7 is empty 1 is returned
I then tried to indicate the range from 0 to 20, by doing this:
=IF(0<B7<20;1;0) this results in excel returning 0 no matter what
write in field B7
What am I doing wrong?
Flemmin
0 and smaller than 20.
=IF(B7<20;1;0) kinda works except that if B7 is empty 1 is returned
I then tried to indicate the range from 0 to 20, by doing this:
=IF(0<B7<20;1;0) this results in excel returning 0 no matter what
write in field B7
What am I doing wrong?
Flemmin