+ Reply to Thread
Results 1 to 6 of 6

Formula Transformation Help Requested.

  1. #1
    Registered User
    Join Date
    11-07-2013
    Location
    Clitheroe
    MS-Off Ver
    2016
    Posts
    29

    Formula Transformation Help Requested.

    I have a spreadsheet which calculates stock option probabilities.

    Amongst the formulae is the following entry into a cell to calculate the new stock price for an X percent probability move:

    New_Price = EXP(NORMSINV(X)*((B3/100)*SQRT(B5/365)))*B2

    Where:
    B2 is the current stock price
    B3 is the stock volatility and
    B5 is the number of days to option expiration

    I want to transpose the formula to calculate X, the probability of touching the new stock price.
    Can anyone help?

    Stephen

  2. #2
    Banned User!
    Join Date
    02-05-2015
    Location
    San Escobar
    MS-Off Ver
    any on PC except 365
    Posts
    12,168

    Re: Formula Transformation Help Requested.

    Maybe:
    Please Login or Register  to view this content.

  3. #3
    Registered User
    Join Date
    11-07-2013
    Location
    Clitheroe
    MS-Off Ver
    2016
    Posts
    29

    Re: Formula Transformation Help Requested.

    Sandy,

    Unfortunately, The brackets seem wrong. The formula works if I delete your last closing bracket.
    But then the result is always 100%.

  4. #4
    Banned User!
    Join Date
    02-05-2015
    Location
    San Escobar
    MS-Off Ver
    any on PC except 365
    Posts
    12,168

    Re: Formula Transformation Help Requested.

    Right, last bracket was wrong, but

    EXP() <=> LN()
    NORMSINV(p) = z
    NORMSDIST(z) = p
    rest is a math

    try:
    Please Login or Register  to view this content.
    where random values:
    B2=2
    B3=3
    B5=4
    New_Price=5
    result: 0.999809091
    Last edited by sandy666; 10-19-2015 at 07:41 PM.

  5. #5
    Registered User
    Join Date
    11-07-2013
    Location
    Clitheroe
    MS-Off Ver
    2016
    Posts
    29

    Re: Formula Transformation Help Requested.

    Sandy,

    Got it! Thanks for the lead. Here's what worked:

    =NORMSDIST((LN(New_Price/B2))/((B3/100)*SQRT(B5/365)))

    Stephen

  6. #6
    Banned User!
    Join Date
    02-05-2015
    Location
    San Escobar
    MS-Off Ver
    any on PC except 365
    Posts
    12,168

    Re: Formula Transformation Help Requested.

    If it's working well (with correct values) that's ok
    You are welcome.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. if then formula help requested.
    By corinthian in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 09-27-2015, 07:32 PM
  2. Formula Requested
    By Willy Billy in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 06-14-2015, 12:50 AM
  3. Help requested in creating an array formula
    By gm2612 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 05-15-2014, 07:49 AM
  4. Time formula requested
    By follow40 in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 02-24-2014, 01:34 PM
  5. Conditional Formula Requested
    By Napalm13 in forum Excel Formulas & Functions
    Replies: 27
    Last Post: 12-31-2013, 12:42 AM
  6. Date formula help requested pls.
    By markmash in forum Excel General
    Replies: 4
    Last Post: 04-04-2009, 08:01 PM
  7. [SOLVED] Help Requested on Formula
    By Rich Rosier in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 04-02-2006, 04:10 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1