Problem translating math into excel formula (correct picture)

Bramboos

New Member
Joined
Sep 18, 2018
Messages
2
Hi,

I have a problem translating this excel formula (actually the combination of two) into excel spreadsheet. Probably I do something wrong regarding the syntaxis for the natural log (ln()), as my math skills are a bit rusty...

Does anybody have a clue how the excel-formula would look like (V0 = 100; sigma = 0.4; q = 0%; T = 1)?

Finnerty-Model.png
 

Excel Facts

How can you turn a range sideways?
Copy the range. Select a blank cell. Right-click, Paste Special, then choose Transpose.
Try:

ABCDEF
1V0100vvT (v root T)0.227852
2s (sigma)0.4DLOM18.02388
3q0
4T1

<tbody>
</tbody>
Sheet12

Worksheet Formulas
CellFormula
E1=SQRT(B2^2*B4+LN(2*(EXP(B4*B2^2)-B2^2*B4-1))-2*LN(EXP(B4*B2^2)-1))
E2=B1*EXP(-B3*B4)*(NORM.DIST(E1,0,1,TRUE)-NORM.DIST(-E1,0,1,TRUE))

<tbody>
</tbody>

<tbody>
</tbody>


This should be correct, but without context or experience with this formula, I can't really vouch for its accuracy. Also, I used the standard normal distribution, which I think should be correct, depending on how the formula was constructed, but I'm not sure of that either.

Good luck.
 
Upvote 0
Hi Eric,

Thanks a lot! I noticed that the outcome was slightly off from expectations, which was due to the fact that the formula in E2 needs to be adjusted a little (the E1 reference (both) should be devided by 2), to give the correct outcome, now it works perfectly! Thanks for your help, wouldn't have resolved this without it!

Kind regards,

Bram
 
Upvote 0
D'oh! :oops:
How could I have missed that?! Well, I'm glad you caught it, and glad it works for you now. :)
 
Upvote 0

Forum statistics

Threads
1,215,043
Messages
6,122,816
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