+ Reply to Thread
Results 1 to 3 of 3

Looking for a precise value in a table (matrix) ???

  1. #1
    Registered User
    Join Date
    01-04-2010
    Location
    Amsterdam, Netherland
    MS-Off Ver
    Excel 2003
    Posts
    44

    Looking for a precise value in a table (matrix) ???

    Hello everyone.

    I would like to pick up automatically a value in a table (matrix) knowing the coordinates of this value in the table.

    Example :

    a b c
    100 1 2 3
    200 4 5 6
    300 7 8 9


    In this example I would like to find the value corresponding to the couple of the coordinates (200 ; b) which in reality is “5” .

    Do you have any idea how to ?

    Friendly
    Sokol

  2. #2
    Forum Moderator davesexcel's Avatar
    Join Date
    02-19-2006
    Location
    Regina
    MS-Off Ver
    MS 365
    Posts
    13,524

    Re: Looking for a precise value in a table (matrix) ???

    Assuming you table starts in A1
    =vlookup(200,a1:d3,3,0)
    Check out vlookup in your help file.

  3. #3
    Forum Expert martindwilson's Avatar
    Join Date
    06-23-2007
    Location
    London,England
    MS-Off Ver
    office 97 ,2007
    Posts
    19,320

    Re: Looking for a precise value in a table (matrix) ???

    i think you need index()
    =INDEX($A$1:$D$4,MATCH(F1,$A$1:$A$4,0),MATCH(G1,$A$1:$D$1,0))
    see attached
    Attached Files Attached Files
    "Unless otherwise stated all my comments are directed at OP"

    Mojito connoisseur and now happily retired
    where does code go ?
    look here
    how to insert code

    how to enter array formula

    why use -- in sumproduct
    recommended reading
    wiki Mojito

    how to say no convincingly

    most important thing you need
    Martin Wilson: SPV
    and RSMBC

+ 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