Raster calc/map algebra uses the "con(" function to handle such statements.
I havent tried using it in the model builder yet, but your statement:
"Raster rainfall �?� 200 and Raster rainfall �?� 800 (Raster rainfall + soil humity, 0)"
should be:
Con(Rainfall >= 200 & Rainfall <= 800,Rainfall + Soil, 0)
make sure to have a space between the +,-,= etc and your rasters and numbers or else it wont work.