Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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, |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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, |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
a1:price
b1:margin (formatted as percentage) c1: =A1*(1+b1) HTH "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, |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi,
This formula isn't giving me a margin. The result is a markup??? Richard "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, |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Richard,
This will calculate the retail price based on the margin you input: A1: Cost B1: Margin C1: =A1 + A1*B1 This will give you a price in C1 based on the margin you input. This will be margin as a function of cost, obviously, not as a function of final retail price. Does this suit your needs? "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, |
#6
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi Richard,
I am guessing a lot of people don't know the difference between markup and margin. Assuming your cost is in A1 and your margin in B1, your formula for retail price would be: =A1/(1-B1) -Simon "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, |
#7
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Yes, that's it! You know what I'm talking about. Fantastic.
Thank You "SiC" wrote: Hi Richard, I am guessing a lot of people don't know the difference between markup and margin. Assuming your cost is in A1 and your margin in B1, your formula for retail price would be: =A1/(1-B1) -Simon "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, |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to change column letters to correct ones in many formulas automatically? | Links and Linking in Excel | |||
how can i get formulas in excel to copy and paste? | Excel Worksheet Functions | |||
How to make Excel run limited number of formulas on a given worksh | Excel Discussion (Misc queries) | |||
Way to make Excel only run certain formulas on a worksheet? | Excel Discussion (Misc queries) | |||
calculating formulas for all workbooks in a folder | Excel Worksheet Functions |