I have a list of stuff in columns A, B and C. Lets pretend these are first name, last name and test score. What I want to do is display below this list the highest score as well as the person's name next to it.
Easy part first: finding the highest value.
=MAX(C2:C4)
The problem I'm having is getting A to display the information in cellA where cell C is the highest and ditto for B. Can it be done and how do I do this?
Easy part first: finding the highest value.
=MAX(C2:C4)
The problem I'm having is getting A to display the information in cellA where cell C is the highest and ditto for B. Can it be done and how do I do this?
Comment