Look up function and Max function

K

karim

I have
21 columns A to U, and 600 rows.

I want use look up function for the maximum to return the value from the
first column (A) from the same position in each column without ordering each
one . Do you know a quick easy way to do it?

Means I want to get the maximum value in each column and match it with the
corresponding cell (same row but from Column A).

Best
 
D

Duke Carey

Maybe:

=index($A1:$A600,match(max(b1:b600),b1:b600,0))

copy it across for all the columns to U
 

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

Top