+ Reply to Thread
Results 1 to 4 of 4

Finding a Specific Value using Non Linear Data

  1. #1
    Registered User
    Join Date
    10-18-2011
    Location
    Port of Spain, Trinidad
    MS-Off Ver
    Excel 2007
    Posts
    2

    Finding a Specific Value using Non Linear Data

    I have a fairly simple problem. I have some x and y values...I can plot a graph, but can't get the exact point I'm looking for.

    The data is non-linear so the FORECAST function does not work. Can someone put in the right formula for me? Please see attached.


    Thanks
    Attached Files Attached Files
    Last edited by MINE; 10-18-2011 at 02:10 PM.

  2. #2
    Registered User
    Join Date
    05-17-2009
    Location
    Port St. Lucie, FL
    MS-Off Ver
    Excel 2010
    Posts
    38

    Re: How can I get this?

    MINE,
    I got 35.2488. I plotted the points, added trendline, use a polynomial (3), display formula on graph.
    hth

  3. #3
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2003, 2010
    Posts
    40,678

    Re: Finding a Specific Value using Non Linear Data

    Please Login or Register  to view this content.
    The formula in B11 is

    =PERCENTILE(B2:B9, PERCENTRANK(C2:C9, C11))

    It works because y is monotone ascending in x. If it were monotone descending, you could use

    =PERCENTILE(B2:B9, 1- PERCENTRANK(C2:C9, C11))

    If it were neither, you'd need a different approach.
    Entia non sunt multiplicanda sine necessitate

  4. #4
    Registered User
    Join Date
    10-18-2011
    Location
    Port of Spain, Trinidad
    MS-Off Ver
    Excel 2007
    Posts
    2

    Re: Finding a Specific Value using Non Linear Data

    Great, the answer is indeed 38.3...I just couldn't figure out how to get it done in Excel. Thanks Alot.
    Last edited by shg; 10-18-2011 at 03:26 PM. Reason: deleted quote

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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