Thread: Need formula
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Fred Smith[_4_] Fred Smith[_4_] is offline
external usenet poster
 
Posts: 2,389
Default Need formula

Try it this way:

=IF(A11550,A1*1.06,(A1+LOOKUP(A1,{0,10.01,50.01,1 00.01,225.01,400.01,575.01,700.01,1000.01},{2,5,8, 10,15,20,30,40,50}))*1.03)

Regards,
Fred.

"Lori" wrote in message
...
First of all...thank you all for helping me along. I finally understand
the
whole process I'm using. Unfortunately when I try to add more price
"groups"
to the formulas I was given they don't work. I thought I could figure it
out
on my own if someone got me started, but obviously I can't :o

If someone doesn't mind doing this for me...


0-10 in column A. Add $2 and multiply by 1.03 to give me a value in
column B.

10.01-50 in column A. Add $5 and multiply by 1.03 to give me a value in
column B.

50.01-100 in column A. Add $8 and multiply by 1.03 to give me a value in
column B.

100.01-225 in column A. Add $10 and multiply buy 1.03 to give me a value
in
column B.

225.01-400 in column A. Add $15 and multiply buy 1.03 to give me a value
in
column B.

400.01-575 in column A. Add $20 and multiply buy 1.03 to give me a value
in
column B.

575.01-700 in column A. Add $30 and multiply buy 1.03 to give me a value
in
column B.

700.01-1000 in column A. Add $40 and multiply buy 1.03 to give me a value
in column B.

1000.01-1550 in column A. Add $50 and multiply buy 1.03 to give me a
value
in column B.

1550.01 and over in column A. Multiply by 1.06.

Thanks in advance...again!





--
Thanks :) Lori