Creating a Price Book

G

Guest

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.
 
C

Chip Pearson

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


in message
news:[email protected]...
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top