Thread: Formulas
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Ron Coderre
 
Posts: n/a
Default Formulas

Try something like this:

A1: (the margin you want to earn)
A2: ItemNumber
B2: ItemCost

The retail price would be:
C2: =B2*(1+$A$1)

Example:
A1: 20%
A2: a1234
B2: $100
C2: =B2*(1+$A$1)
=$120

Is that something you can work with?
***********
Regards,
Ron

XL2002, WinXP


"Richard" wrote:

Hi,

I would to automatically adjust the retail price on an item by inputting the
margin I would like to make on that product. Is there a formula that will let
me do this.


Thank You,