2
I'm trying to write a formula that will do different things depending on which number range the number inputted to it lies in.
- If the number is between 0-40 inclusive, I want it to return 0.
- If the number is between 41-71 inclusive, I want it to return (x-40)*100
- If the number is between 72-82 inclusive, I want it to return x*100
- If the number is between 83-94 inclusive, I went it to return x'110
I know vaguely about writing IF statements, but I'm not sure how to write multiple statements or determine what range a value lies in. Any help would be appreciated.
Well I wasn't expecting an answer quite that straightforward, thanks a lot! – victoriah – 2011-08-01T21:10:59.897