View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Jacob Skaria Jacob Skaria is offline
external usenet poster
 
Posts: 8,520
Default Highest Values Comparison

Use INDEX and MATCH functions to achieve this..Get the row number using the
MATCH function

=INDEX(Array,MATCH(),Colum number)
--
If this post helps click Yes
---------------
Jacob Skaria


"Darren" wrote:

I have a list of 20 names all with 24 separate attributes. Using the max()
function, I can get the highest value for each attribute. With the highest
attributes in a separate table, how do I get the corresponding name to appear
next to each of them?