View Single Post
  #2   Report Post  
GOD
 
Posts: n/a
Default


"Dan Wilson" wrote in message
...
Good day. I am using Excel 2002. I have a need to
calculate shipping charges based on four parameters. The
table is as follows;

000.00 - 249.99 = 7.00
250.00 - 499.99 = 10.00
500.00 - 999.99 = 12.00
1000.00 and up = 15.00

There will be one cell that will hold the total product
cost. If necessary, a separate worksheet can be generated
to hold a table for the four parameters.

I have tried several combinations and don't seem to be
getting the right one. Please advise.

Thanks, Danno...


I'm not exactly certain how to do the actual math of it, but I think what
you are looking for are nested functions, basically the first one asks is x
greater than 1000, y/n... if y then value z is 15, if not then is value x
greater than 500? y/n, is yes then value z = 12, if no .. and so on...