Find max with a lookup

  • Thread starter Thread starter sarahphonics
  • Start date Start date
S

sarahphonics

I have a list of data as follows

A B C
1 Belfast 21
2 South 36 =abs(B1-B2)
3 Laganbank 25 =abs(B1-B3)
4 Balmoral 19 =abs(B1-B4)

What I want is to find the max value in column C and return the
corresponding name from column A. So in this case, C2 is highest (15) so the
value returned would be "South".

Note: The numbers in column B are linked to another table and have many
decimal places. they are not just typed whole numbers.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

lookup 2
Find exact value using LOOKUP 7
MAX then return value? 10
Rank and return column header 5
Numerating Cells. 2
Formula Help Please 6
Charts. 6
Segregating Duplicate Transactions 3

Back
Top