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?
Bookmarks