Adding My Profit Margins to Supplyer's Pricelist.xls

B

BobSpurlock

How can I format an entire column to add a fixed percentage to the number in
each row and display the anwer in the same row, next column?
Please help,
Bob
 
G

Gary''s Student

Let's say the supplier's price is in column A and you want the values in
columnB to reflect a &% markup over supplier price. In cell B1 enter the
formula:

=A1*1.07 and copy down. The marked up prices will be in column B
 
B

BenjieLop

BobSpurlock said:
How can I format an entire column to add a fixed percentage to the
number in
each row and display the anwer in the same row, next column?
Please help,
Bob

Assuming that A2:A100 contains your supplier's prices, then enter this
in Cell B2 (copy down until B100):

=A2*1.XX

where xx represents your profit margin percentage.

Hope this is what you are looking for.

Regards.
 

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