• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

formula help for a beginner´?

verdandi

New Member
I have managed to figure out everything i was supposed to learn except for one thing.


let's say I have 2 columns, A and B

column A contains names and coulumn B contains their ages. now I need a formula that finds the highest age, and who it is.


this is too hard for a girl like me :( especially when everything is in english..


<3
 
<3

Try this:

Code:
=+INDEX(A1:A20,MATCH(MAX(B1:B20),B1:B20,0))


Adjust Column heights to suit
 
Back
Top