Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
i want to automatically indicate the person with the higest score ...
Name Name Name Name Name 851.18 545.74 443.38 2,663.11 3,961.84 |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Have a look in the help index for MAX and then OFFSET
-- Don Guillett Microsoft MVP Excel SalesAid Software "Robert-Alpha" wrote in message ... i want to automatically indicate the person with the higest score ... Name Name Name Name Name 851.18 545.74 443.38 2,663.11 3,961.84 |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=INDEX(A1:J1,MATCH(MAX(A2:J2),A2:J2,0))
adapt to fit your data if there are more than one MAX value the first occurrence will be returned -- Regards, Peo Sjoblom "Robert-Alpha" wrote in message ... i want to automatically indicate the person with the higest score ... Name Name Name Name Name 851.18 545.74 443.38 2,663.11 3,961.84 |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Select the names.
Format with Conditional Formatting. Formula is =A2=MAX(A$2:F$2) (Assuming scores in A2:F2) Format as Bold (or whatever you please). The name(s) of the top scorer(s) will appear in bold. - David xl2003 Robert-Alpha wrote: i want to automatically indicate the person with the higest score ... Name Name Name Name Name 851.18 545.74 443.38 2,663.11 3,961.84 |
#5
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Thank you,... it works, i am not sure how but it returned the correct answer.
"Peo Sjoblom" wrote: =INDEX(A1:J1,MATCH(MAX(A2:J2),A2:J2,0)) adapt to fit your data if there are more than one MAX value the first occurrence will be returned -- Regards, Peo Sjoblom "Robert-Alpha" wrote in message ... i want to automatically indicate the person with the higest score ... Name Name Name Name Name 851.18 545.74 443.38 2,663.11 3,961.84 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Choose highest value duplicate | Excel Worksheet Functions | |||
what function do I use for excel to choose the 2nd highest number | Excel Worksheet Functions | |||
how do I change the font of highest number in a range of cells | New Users to Excel | |||
2 rows, highest No in row 1, then highest number in row 2 relating to that column, possible duplicates | Excel Worksheet Functions | |||
In Excel, I need to now how to pick the second highest number in . | Excel Worksheet Functions |