Formula to calculate profit

Hammerjoe

Board Regular
Joined
Feb 4, 2012
Messages
76
I would like a quick and easy formula to help calculate profit.
Scenario.

Suppose I purchased 100 Iphone8 at $1000 each plus 15% tax.

In excel:
A1=100
B1=$1000.00
C1=15%

I tried to sell them and nobody would pay me over $1000.00 for them.
So I looked around and found another provider that would sell me the iphones for $500.00/each plus the 15% tax.

A2=100
B2=$500.00
C2=15%


Now I have a guy that would like to buy them all from me at the best price.
I need a formula that would calculate the price to sell all the iphones so that I would recoup all the money spent buying them (that includes the taxes) and on top of that I also have to pay 15% tax to sell the stock to the guy.
Of course I would also like to make a profit so to calculate the price I would like to get a 10% profit on the whole lot.

Any help would be appreciated.
Thanks
 
Because 1+x is not the same as 1/(1-x)

If you want 10% margin on PRICE (which is where margin is measured), you need to divide cost by (1/10%), not multiply by (1+10%).

I just want to have the total cost of the sale + transaction fee altogether and add to it a 10% profit to it.
 
Upvote 0

Excel Facts

Why are there 1,048,576 rows in Excel?
The Excel team increased the size of the grid in 2007. There are 2^20 rows and 2^14 columns for a total of 17 billion cells.
Once again, Joe: Post#21. If it doesn't do what you want, explain why.
 
Upvote 0
Once again, Joe: Post#21. If it doesn't do what you want, explain why.

It seems to me you are too focused on the margin.
Forget that.

Your formulas determine correctly the cost to acquire the units or $805.00 per unit.


To sell the whole lot (the 435 units all at once) I have to pay one transaction fee of 15%.

$805*15% = 120.75 right?

Add that transaction to the total 805+120.75 = 925.75
Finally I want to get 10% profit of it, 925.75*0.10 = 92.57

So final sell price per unit 925.75+92.57=1018.32

Thats the math I am looking for and the line E9: =E6 * (1+E7) * (1+E8) seems to do the trick

I am terribly sorry for wasting so much of your time shg but I really appreciate your help getting a basic formula to calculate this for me.
 
Last edited:
Upvote 0
$805*15% = 120.75 right?
No. You pay a fee on the total amount of the transaction. If you markup an $805 cost by 120.75, that's a $925.75 price. Then they charge 15% of that, and you get 0.85 * 925.75, and net 786.89.

Joe, I can explain this to you, but I can't understand it for you. Good luck.
 
Upvote 0

Forum statistics

Threads
1,215,148
Messages
6,123,305
Members
449,095
Latest member
Chestertim

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top