View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Chip Pearson Chip Pearson is offline
external usenet poster
 
Posts: 7,247
Default Creating a Price Book

Create a table with your net values in one column and your markup
amount in the second column. The use the VLOOKUP function. E.g,

=VLOOKUP(A1,$B$1:$B$20,2,TRUE)


--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com


"silverstang_23" wrote
in message
...
I have a business store and instead of using markup of
percentage, I say "if
my net is between $0-$59, i add $30. If it's between $60-$99, i
add $36 to my
net...etc." how can i create a formula to put that into Excel
so i don't have
to keep on doing every product by hand? Also, If a customer
buys more than
one product, i would give them package pricing, and i would
look up my net,
and if it's between $0-$59, i add $30 then subtract $3.55,
etc.