LOOKUP value in a table and return value in first column of same r

  • Thread starter Thread starter Eric_G
  • Start date Start date
E

Eric_G

I am attempting to look up a particular value in a table and then identify
the number in the first column of that table which corresponds to that row.

For example:

111 678 666 475 987
232 565 687 4888 242
4543 123 3334 2727 590

From the above table, be able to enter a value in a formula within a cell
which in turn, would return the value in the first column of the row which
contains that value.
For example, if I enter the value 687 in the cell against which the formula
is applied, I wish the formula to provide the value "232" as the response.
Similarly, if the value 2727 is entered, the value 4543 should be the value
response.

Unfortunately, the lookup function doesn't work against a whole table nor
does it provide a value in the same column.

Suggestions? Many thanks.
 
Have a look at INDEX and MATCH in XL Help - it's getting late here.

Hope this helps.

Pete
 
Thanks for responding, but neither the INDEX nor MATH function will look at a
whole table of values; they only look at individual rows. Is there a way to
look up a value in a complete table (i.e. rows and columns)?
 
Back
Top