#1   Report Post  
chermeister
 
Posts: n/a
Default Formulas Please

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   Report Post  
Bob Phillips
 
Posts: n/a
Default



"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   Report Post  
chermeister
 
Posts: n/a
Default

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
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Problem with named formula's nathan Excel Worksheet Functions 0 January 21st 05 04:07 PM
Formulas Stan Excel Worksheet Functions 3 January 21st 05 02:58 PM
How to make Excel run limited number of formulas on a given worksh John Excel Discussion (Misc queries) 0 January 12th 05 04:29 PM
Way to make Excel only run certain formulas on a worksheet? jrusso Excel Discussion (Misc queries) 0 January 12th 05 04:23 PM
calculating formulas for all workbooks in a folder Chad Excel Worksheet Functions 3 November 13th 04 05:22 PM


All times are GMT +1. The time now is 11:08 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"