ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   how can i choose the highest number in excel range (https://www.excelbanter.com/excel-worksheet-functions/158008-how-can-i-choose-highest-number-excel-range.html)

Robert-Alpha

how can i choose the highest number in excel range
 
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


Don Guillett

how can i choose the highest number in excel range
 
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



Peo Sjoblom

how can i choose the highest number in excel range
 
=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




David Hilberg

how can i choose the highest number in excel range
 
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


Robert-Alpha[_2_]

how can i choose the highest number in excel range
 
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






All times are GMT +1. The time now is 11:28 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com