-
1
- #1
killinggameshow
MIS
Alright, here's the deal. I need to be able to do calculations based on the a certain value falling within a certain range.
For example:
0 < X < 100 : value is 10 + (x * .15)
100 < X < 300 : value is 20 + (x * .23)
etc etc
With the IF statements only allowing for one true and one false value, i'm not sure how to go about pulling this off. Any thoughts?
For example:
0 < X < 100 : value is 10 + (x * .15)
100 < X < 300 : value is 20 + (x * .23)
etc etc
With the IF statements only allowing for one true and one false value, i'm not sure how to go about pulling this off. Any thoughts?