I'd like to know how to put this condition in a cell

IF 100<A1<200 THEN
1
ELSEIF 200<A1<300 THEN
2
ELSE any other value of U10
0


Thanks for any help!