You're charging them $75 too much like I said in my previous post. You're charging them a $200 fee rather than just a $125. Look at my original and the double condition if statement I have, you should do something similar to it.

That compund if statement is basically an if with two conditions. Translated into words it means: if the area is greater than 1000 AND ( && ) the area is less than 2000, then perform what's under this if statement.