Stock Trader break even formula needed

MaxxABillion

New Member
Joined
Jun 18, 2013
Messages
4
I am a new trader and I need an excel formula that will tell me the break even stock price I need to hit before I start taking profits. Below is the first example of a scenario

i) I buy 2000 units of Coca Cola Amatil Ltd (ASX:CCL) at $11.83/unit = $23,660
ii) My transactional costs to buy and sell is $9.99 each way, therefore a total of $19.98
iii) Calculating my break even costs:
($23,660+$19.98)/2000 = $11.84/unit
iv) Therefore I MUST sell my CCL stocks for at least $11.84/unit to break even.
If I sell for anything greater than $11.85/unit then I've made a profit, which is known as capital gains.


The second scenario applies to short selling a stock. Keeping with the same Coca Cola Scenario, the only change I will make is, instead of adding $19.98, I would subtract it from the total cost. This will give me the price that the stock would have to go down to in order for me to break even.

i) I sell 2000 units of Coca Cola Amatil Ltd (ASX:CCL) at $11.83/unit = $23,660
ii) My transactional costs to buy and sell is $9.99 each way, therefore a total of $19.98
iii) Calculating my break even costs:
($23,660-$19.98)/2000 = $11.82/unit
iv) Therefore I MUST sell my CCL stocks for at least $11.82/unit to break even.
If I sell for anything lower than $11.82/unit then I've made a profit, which is known as capital gains.

What I need is two separate formulas that I can use to calculate my break even points. Any help that you all can provide will be greatly provided.
 

Excel Facts

Bring active cell back into view
Start at A1 and select to A9999 while writing a formula, you can't see A1 anymore. Press Ctrl+Backspace to bring active cell into view.
I'm quite sure that the transactional costs that you have mentioned are only the minimal ones and transactional costs in general will be based on % of your transactions' value.
 
Upvote 0
I'm quite sure that the transactional costs that you have mentioned are only the minimal ones and transactional costs in general will be based on % of your transactions' value.

You maybe right, but as of now, i'm only factoring in just the standard transactional cost.
 
Upvote 0
Price per shareNumber of sharesTransaction amountOne way transactional cost
Transaction cost per share
Break even per share (buy)
Break even per share (sell)
1010010009,990,199810,19989,8002

<tbody>
</tbody>

<tbody>
</tbody>

Transaction cost per share =(2*D2)/B2
Break even per share (buy) =A2+E2
Break even per share (sell) =A2-E2




<tbody>
</tbody>
 
Upvote 0
Thanks, I have my formula dialed in, but I have a odd question.

Is it possible to populate different formulas based on a selection made in a row? For example, if I want to use the formula for going long on a trade, I would select the drop down box, select "long", and that entire row would contain my formulas for going long. On the contrary, if I want to short a stock, In the drop box, I would select "short" and it would populate my formulas for shorting.

Is this at all possible in excel, and if so, can someone point me in the right direction to do so.
 
Upvote 0

Forum statistics

Threads
1,215,651
Messages
6,126,023
Members
449,281
Latest member
redwine77

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