F
flashpest
Hi,
I am trying to do an IF function on a cell that reads as follows:
=IF(C40<100,1,IF(C40>=100,2,IF(C40>=200,3,IF(C40>=300,4,IF(C4>=400,5)))))
It will only calculate the first 2 commands which means if i put 100 i
the generating cell, the target cell reads "1" and if I put 101 or 20
in the generating cell i get "2" but if you try 201 or 359 or 407 o
any highr number than 201 I get nothing but a "2" in the target cell
What am I doing wrong??
Advance thank
I am trying to do an IF function on a cell that reads as follows:
=IF(C40<100,1,IF(C40>=100,2,IF(C40>=200,3,IF(C40>=300,4,IF(C4>=400,5)))))
It will only calculate the first 2 commands which means if i put 100 i
the generating cell, the target cell reads "1" and if I put 101 or 20
in the generating cell i get "2" but if you try 201 or 359 or 407 o
any highr number than 201 I get nothing but a "2" in the target cell
What am I doing wrong??
Advance thank