Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]()
I hope this isn't a silly question, but I'm new with Excel and can't find an
answer... I'm after a formula that will calculate a buy price where I know the final retail price and margin (eg: $? + 40% = $149, $? + 40% = $299). I want to be able to enter a retail price and margin to calculate the buy price. Also, a formula that will calculate the profit margin where I know the buy and sell prices (eg: $200 + ?% = $400, $150 + ?% = $250). I want to be able to enter buy and sell prices and calculate the profit margin. Thanks! |
#2
![]() |
|||
|
|||
![]() "chermeister" wrote in message ... I hope this isn't a silly question, but I'm new with Excel and can't find an answer... I'm after a formula that will calculate a buy price where I know the final retail price and margin (eg: $? + 40% = $149, $? + 40% = $299). I want to be able to enter a retail price and margin to calculate the buy price. Price in A1, margin in B1, C1: =A1*(1+B1) Also, a formula that will calculate the profit margin where I know the buy and sell prices (eg: $200 + ?% = $400, $150 + ?% = $250). I want to be able to enter buy and sell prices and calculate the profit margin. Buy price in A1, sell price in B1 C1: =(B1-A1)/A1 and format as percentage |
#3
![]() |
|||
|
|||
![]()
Thanks for your help Bob!
"Bob Phillips" wrote: "chermeister" wrote in message ... I hope this isn't a silly question, but I'm new with Excel and can't find an answer... I'm after a formula that will calculate a buy price where I know the final retail price and margin (eg: $? + 40% = $149, $? + 40% = $299). I want to be able to enter a retail price and margin to calculate the buy price. Price in A1, margin in B1, C1: =A1*(1+B1) Also, a formula that will calculate the profit margin where I know the buy and sell prices (eg: $200 + ?% = $400, $150 + ?% = $250). I want to be able to enter buy and sell prices and calculate the profit margin. Buy price in A1, sell price in B1 C1: =(B1-A1)/A1 and format as percentage |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Problem with named formula's | Excel Worksheet Functions | |||
Formulas | 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 |