+ Reply to Thread
Results 1 to 5 of 5

Excel Matrix Lookup

Hybrid View

  1. #1
    Registered User
    Join Date
    02-09-2009
    Location
    India
    MS-Off Ver
    Excel 2007
    Posts
    11

    Excel Matrix Lookup

    Hi Everyone,

    I have some scenario; Where i need to look up the value that matches to X, Y locations.

    I have some coordinates in column C & D and the value is on E.

    I have the same coordinates in column J, K, L in X, Y direction.

    What i need is By checking the J & K i need the value that matches.

    E.G; Find J3 & K2 in C & D column and return the corresponding Column E value

    Find attached check.xls
    Attached Files Attached Files
    Last edited by AliGW; 03-08-2019 at 01:40 PM.

  2. #2
    Forum Expert 63falcondude's Avatar
    Join Date
    08-22-2016
    Location
    USA
    MS-Off Ver
    365
    Posts
    6,266

    Re: Excel Matrix Lookup

    There is nothing in columns J, K, or L in the sample workbook that you have shared in post #1.

    Also, I suggest including the desired results which you can enter manually.

  3. #3
    Forum Expert XLent's Avatar
    Join Date
    10-13-2010
    Location
    Northumberland, UK
    MS-Off Ver
    various
    Posts
    2,706

    Re: Excel Matrix Lookup

    expected results help, however I suspect you want following:

    Formula: copy to clipboard
    H5: 
    =LOOKUP($G5,OFFSET($C$4,MATCH(H$4,$D$4:$D$30,0)-1,0,COUNTIF($D$4:$D$30,H$4),3))
    copied across matrix H5:I45

    above ranges are based on your sample file. the above is volatile c/o OFFSET which could be replaced with INDEX etc if needed.

  4. #4
    Registered User
    Join Date
    02-09-2009
    Location
    India
    MS-Off Ver
    Excel 2007
    Posts
    11

    Re: Excel Matrix Lookup

    Hi ,

    To make clear;
    - Column A contain X Axis co-ordinates
    - Column B Contain Y axis Co-ordinates
    - Column C Contains Corresponding Name for the X, Y Co-ordinates
    - Column E contain the same coordinates X or Y; which is same as on the column A or B
    - Row 2 from F Column contains the X or Y coordinates; which is same as on the column A or B

    I need to get the column C the values based on the coordinates
    E.g: Take F2 and E3 as reference and look the same values in Column A or Column B; If matches take the Column C value and put it in F3. Same for remaining coordinates; If No match says No Match, are False.

    I have attached the excel for reference.
    Attached Files Attached Files

  5. #5
    Forum Expert XLent's Avatar
    Join Date
    10-13-2010
    Location
    Northumberland, UK
    MS-Off Ver
    various
    Posts
    2,706

    Re: Excel Matrix Lookup

    using your sample file, coupled with exact match requirements:

    Formula: copy to clipboard
    F3:
    =IFERROR(T(INDEX($C$2:$C$1176,INDEX(MATCH($E3&"^"&F$2,$B$2:$B$1176&"^"&$A$2:$A$1176,0),0))),"No Match")
    applied to matrix F3:BA51

+ 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. [SOLVED] Excel 365 Lookup question at the intersection of Matrix table
    By arun2681 in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 03-23-2015, 04:45 PM
  2. Replies: 1
    Last Post: 09-23-2013, 07:50 PM
  3. URGENT Please : Item Title and Matrix
    By iasmina in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 10-29-2012, 10:20 AM
  4. Two-Way Lookup from a Matrix
    By andrewc in forum Excel General
    Replies: 1
    Last Post: 09-24-2009, 11:32 AM
  5. This is kinda urgent. Need help with matrix stuff.
    By Betts in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 07-19-2006, 12:01 PM
  6. lookup in MATRIX
    By Forumchanin in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 12-13-2005, 09:35 AM
  7. [SOLVED] Lookup in Matrix
    By Johannes in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 05-10-2005, 07:06 AM

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