+ Reply to Thread
Results 1 to 5 of 5

How to "trace" (predict) the X value when given the Y value

  1. #1
    Registered User
    Join Date
    03-07-2009
    Location
    New York
    MS-Off Ver
    Excel 2008
    Posts
    6

    How to "trace" (predict) the X value when given the Y value

    I have a scatter chart based on two columns of data (X data in left column, Y data in right column):

    Final Concentration Absorbance
    0.00E+00 0
    1.06E-05 0.147
    2.12E-05 0.306
    3.19E-05 0.464
    4.25E-05 0.626
    5.31E-05 0.752

    I want to predict the Concentration (X-value) at an Absorbance (Y-value) of .582

    How would I go about doing this using Excel? I've read about the VLOOKUP function, but I don't think that's what I'm looking for here.

    Thanks,
    Steven
    Last edited by redsteven; 03-07-2009 at 10:54 AM.

  2. #2
    Forum Guru Andy Pope's Avatar
    Join Date
    05-10-2004
    Location
    Essex, UK
    MS-Off Ver
    O365
    Posts
    20,482

    Re: How to "trace" (predict) the X value when given the Y value

    Maybe look at the TREND function.

    Are you sure about your values? The know X value is way out of range of what you said are your X values. Looks more like the Y value range.
    Cheers
    Andy
    www.andypope.info

  3. #3
    Registered User
    Join Date
    03-07-2009
    Location
    New York
    MS-Off Ver
    Excel 2008
    Posts
    6

    Re: How to "trace" (predict) the X value when given the Y value

    Quote Originally Posted by Andy Pope View Post
    Maybe look at the TREND function.

    Are you sure about your values? The know X value is way out of range of what you said are your X values. Looks more like the Y value range.
    Whoops, you're right – I fixed that.

    I'm gonna take another look at the trend function. i didn't think it could be used to find a specific value but perhaps it can.

    EDIT: It looks like the trend formula will give you Y-values for a specific X-value... so in this case it just meant switching what was designated as X and Y when plugging the cell references into the formula.
    Last edited by redsteven; 03-07-2009 at 11:07 AM.

  4. #4
    Forum Guru Andy Pope's Avatar
    Join Date
    05-10-2004
    Location
    Essex, UK
    MS-Off Ver
    O365
    Posts
    20,482

    Re: How to "trace" (predict) the X value when given the Y value

    For me it returns a Y value of 0.000040391


    You can also look at LINEST . This will return the components for a 3rd order polynomial trend line.

    =LINEST(A2:A7,B2:B7^{1,2,3},TRUE,TRUE)

  5. #5
    Registered User
    Join Date
    03-07-2009
    Location
    New York
    MS-Off Ver
    Excel 2008
    Posts
    6

    Re: How to "trace" (predict) the X value when given the Y value

    Thanks, the trend formula worked perfectly. I'll keep LINEST in mind though in case I need it in the future.

+ 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