Breakeven Formula In Excel?

shua101

New Member
Joined
Jul 24, 2009
Messages
4
Hi,

I am curious to see a breakeven formula in excel to help me know how many shares of a stock I have to sell to cover the original cost and the taxes from the gain (taxes are 35%)

My goal is to quickly see how many shares I can keep of a stock after I take out the original amount it took to buy plus the taxes on the gains...

Example: I bought 100 shares xyz at $1.00, it then went to $3.00, how many shares do I have to sell to cover the original $100 investment plus the taxes from selling the shares (taxes are 35% on the $2.00 profit from the shares appreciating).

Thanks!
 

Excel Facts

Wildcard in VLOOKUP
Use =VLOOKUP("Apple*" to find apple, Apple, or applesauce
welcome to the board...if i'm following correctly see if this is what you are after
Excel Workbook
AB
1shares100
2cost per share1
3total cost100
4
5current cost per share3
6profit per share2
7tax0.35
8Tax on profit0.7
9Total Cost + Tax100.7
10# shares to break even33.56667
Sheet4
Excel 2007
Cell Formulas
RangeFormula
B3=+B1*B2
B6=+B5-B2
B8=+B6*B7
B9=+B3+B8
B10=+B9/B5



or to simplify...could do this...
Excel Workbook
ABCD
1Original # sharesOriginal Cost Per ShareCurrent Cost Per ShareTax Rate
2100$1$335%
3
4# Shares at current cost to break even
533.57
Sheet4
Excel 2007
Cell Formulas
RangeFormula
A5=(A2+((C2-B2)*D2))/C2
 
Last edited:
Upvote 0
Forgot to multiply the tax on profit by # of shares in original post...
Excel Workbook
ABCD
1Original # sharesOriginal Cost Per ShareCurrent Cost Per ShareTax Rate
2100$1$335%
3
4# Shares at current cost to break even
556.67
Sheet4
Excel 2007
Cell Formulas
RangeFormula
A5=(A2+((C2-B2)*D2*A2))/C2
 
Last edited:
Upvote 0
Hi,

Thanks for the prompt response!

If I invested $100 to buy the 100 shares, and I sell 57 shares at $3 I get $171 back and incur $40 in taxes ($114 in profit * .35)...doesn't that give me $131 left over (I need to sell the amount get to $100 after taxes)?

Am I missing something?

Thanks!
 
Upvote 0
I see the correct answer as 44 shares, not 56 or 34 shares as presented below... please advise:


<table style="border-collapse: collapse; width: 288px; height: 262px;" border="0" cellpadding="0" cellspacing="0"><col style="width: 61pt;" width="81"> <col style="width: 42pt;" width="56"> <tbody><tr style="height: 15pt;" height="20"> <td class="xl65" style="height: 15pt; width: 61pt;" width="81" height="20">Shares</td> <td class="xl65" style="border-left: medium none; width: 42pt;" width="56" align="right">100</td> </tr> <tr style="height: 15pt;" height="20"> <td class="xl65" style="border-top: medium none; height: 15pt;" height="20">Bought @</td> <td class="xl66" style="border-top: medium none; border-left: medium none;"> $ 1 </td> </tr> <tr style="height: 15pt;" height="20"> <td class="xl65" style="border-top: medium none; height: 15pt;" height="20">Sell @</td> <td class="xl66" style="border-top: medium none; border-left: medium none;"> $ 3 </td> </tr> <tr style="height: 15pt;" height="20"> <td class="xl65" style="border-top: medium none; height: 15pt;" height="20">Profit</td> <td class="xl66" style="border-top: medium none; border-left: medium none;"> $ 2 </td> </tr> <tr style="height: 15pt;" height="20"> <td class="xl65" style="border-top: medium none; height: 15pt;" height="20">Sell Qty @ 3</td> <td class="xl65" style="border-top: medium none; border-left: medium none;" align="right">44</td> </tr> <tr style="height: 15pt;" height="20"> <td class="xl65" style="border-top: medium none; height: 15pt;" height="20">Sell Val</td> <td class="xl67" style="border-top: medium none; border-left: medium none;"> $ 132 </td> </tr> <tr style="height: 15pt;" height="20"> <td class="xl65" style="border-top: medium none; height: 15pt;" height="20">Profit</td> <td class="xl67" style="border-top: medium none; border-left: medium none;"> $ 88 </td> </tr> <tr style="height: 15pt;" height="20"> <td class="xl65" style="border-top: medium none; height: 15pt;" height="20">Taxes</td> <td class="xl66" style="border-top: medium none; border-left: medium none;"> $ 31 </td> </tr> <tr style="height: 15pt;" height="20"> <td class="xl65" style="border-top: medium none; height: 15pt;" height="20">Net</td> <td class="xl66" style="border-top: medium none; border-left: medium none;"> $ 101 </td> </tr> </tbody></table>
I just need a formula to help me get to the 44 shares without the guess work

Thanks!
 
Upvote 0

Forum statistics

Threads
1,215,039
Messages
6,122,802
Members
449,095
Latest member
m_smith_solihull

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