I get an error on this formula, and I have no idea why
=IF(o50 < 192, 0, if(and(o50 > 191.99, o50 < 336), product(sum(o50, - 192), .023), if(and(o50 > 335.99, o50 < 479), sum(3, product(sum(o50, -336), .031)), if(and(o50 > 478.99, o50 < 623), sum(8, product(sum(o50, -479), .04)), if(and(o50 >...
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...
I'm just setting up my machine to do some local script development, but for some reason I can't get the server to function properly. I'm running apache http server 2.0, and have looked over everything i can think of in the httpd.conf file. The scriptalias is correct, and I have Options ExecCGI...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.