+ Reply to Thread
Results 1 to 8 of 8

Extracting data from table?

  1. #1
    Registered User
    Join Date
    05-03-2016
    Location
    earth
    MS-Off Ver
    2007
    Posts
    5

    Extracting data from table?

    Hi All,

    I have a question on how to extract a certain value from a table.

    pic.JPG
    As above image, the purpose is to key in a formula in cell B6 that will retrieve the corresponding value base on the criteria in cell B3 and cell B4.

    For example, the value corresponding to A2 and B3 is 0.8

    I have tried using If, AND, OR, lookup, index, match functions but keep getting errors.
    Please advise how to obtain the corresponding data in cell B6, when i input in cell B3 and B4.

    Thank all.
    Attached Files Attached Files

  2. #2
    Forum Expert José Augusto's Avatar
    Join Date
    10-29-2014
    Location
    Portugal
    MS-Off Ver
    2013-2016
    Posts
    3,329

    Re: Extracting data from table?

    Try
    Formula: copy to clipboard
    Please Login or Register  to view this content.

  3. #3
    Forum Guru
    Join Date
    02-27-2016
    Location
    Vietnam
    MS-Off Ver
    2016
    Posts
    5,901

    Re: Extracting data from table?

    Or try this...

    =VLOOKUP(B4,$E$3:$L$10,MATCH(B3,$E$2:$L$2,0),0)

  4. #4
    Registered User
    Join Date
    05-03-2016
    Location
    earth
    MS-Off Ver
    2007
    Posts
    5

    Re: Extracting data from table?

    Both answer works fine! thanks Jose and phuocam

  5. #5
    Forum Guru
    Join Date
    02-27-2016
    Location
    Vietnam
    MS-Off Ver
    2016
    Posts
    5,901

    Re: Extracting data from table?

    You're welcome.

  6. #6
    Registered User
    Join Date
    05-03-2016
    Location
    earth
    MS-Off Ver
    2007
    Posts
    5

    Re: Extracting data from table?

    Hi again,

    Just an extended question to the previous one. can i include interpolation into the equation?

    for example, As per revised excel (attached to this post), how do i get a
    corresponding value (cell B6) for value 3.5 (column E & Cell B4) and A2 (Cell B3).

    Note:Column E will be in ascending numerical value, but Row 2 will NOT be pure numerical value.

    Appreciate if anyone can help on this. Thanks!
    Attached Files Attached Files

  7. #7
    Forum Guru
    Join Date
    02-27-2016
    Location
    Vietnam
    MS-Off Ver
    2016
    Posts
    5,901

    Re: Extracting data from table?

    Try this ...

    =FORECAST(B4,OFFSET($E$2,MATCH(B4,$E$3:$E$9,1),MATCH(B3,$F$2:$L$2,0),2,1),OFFSET($E$2,MATCH(B4,$E$3:$E$9,1),,2,1))

  8. #8
    Forum Expert José Augusto's Avatar
    Join Date
    10-29-2014
    Location
    Portugal
    MS-Off Ver
    2013-2016
    Posts
    3,329

    Re: Extracting data from table?

    Hi
    @Phuocam uses a linear interpolation selecting two points.
    If you want uses all the information of the column select A1 or A2, ... you must use a polinomial of degree 7 (8 points)
    To do that use the following formula
    Formula: copy to clipboard
    Please Login or Register  to view this content.


    See the file Book1 (2) (1).xlsx for clarification

+ 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. Replies: 5
    Last Post: 01-28-2016, 01:43 PM
  2. [SOLVED] Extracting data from a column in a table to another table/sheet
    By hoowill12 in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 10-02-2014, 05:47 PM
  3. Extracting data from table for related table
    By ikavdiya in forum Excel Formulas & Functions
    Replies: 10
    Last Post: 06-05-2013, 03:20 PM
  4. [SOLVED] Extracting data from a table
    By Geo-oso in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 04-19-2013, 06:05 PM
  5. Extracting data from a table based on a common entries with another table
    By shannoncox in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 01-31-2012, 04:45 PM
  6. help with extracting data from table
    By gwminkl in forum Excel General
    Replies: 8
    Last Post: 01-26-2012, 09:45 AM
  7. Extracting Data Into A Table
    By skavorn in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 12-22-2009, 02:22 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