+ Reply to Thread
Results 1 to 2 of 2

Excel 2007 : Vertical + Horizontal Lookup - Look up a value in a matrix

  1. #1
    Registered User
    Join Date
    04-06-2011
    Location
    Arizona
    MS-Off Ver
    Excel 2007
    Posts
    1

    Vertical + Horizontal Lookup - Look up a value in a matrix

    The only way I know of to look up a value in a large matrix is to do a VLookup nested inside a HLookup similar to this:
    " =HLOOKUP(D638,'Tab X'!$F$10:$X$281,(VLOOKUP(C638,'Tab X'!$B$1:$X$281,3,FALSE)-9),FALSE) "

    Column 3 has the row numbers repeated (Row 130 says "130" in that 3rd Column)
    -9 is the # of rows down to the value to return

    Is there an easier way to do a vertical and horizontal lookup to return a value from the matrix?

  2. #2
    Forum Expert teylyn's Avatar
    Join Date
    10-28-2008
    Location
    New Zealand
    MS-Off Ver
    Excel 365 Insider Fast
    Posts
    11,372

    Re: Vertical + Horizontal Lookup - Look up a value in a matrix

    Hello,

    not sure if this is what you're after, but maybe with Index/Match

    =index(A3:Z100,match(A1,A3:A100,0),match(A2,B3:Z3,0))

    A sample workbook might help.

    cheers,

+ 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