ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   bowling scores (https://www.excelbanter.com/excel-discussion-misc-queries/72584-bowling-scores.html)

Cricket

bowling scores
 
if i use max to find the bowlers high score, how can i find the bowlers name
who bowled the high score??



Peo Sjoblom

bowling scores
 
What do you want to do with ties?

=INDEX(A2:A50,MATCH(MAX(B2:B50),B2:B50,0))

will match the first occurrence of a max value on B and return name from A

--

Regards,

Peo Sjoblom

Northwest Excel Solutions

www.nwexcelsolutions.com

Portland, Oregon




"Cricket" wrote in message
...
if i use max to find the bowlers high score, how can i find the bowlers
name
who bowled the high score??




Biff

bowling scores
 
Hi!

Try this:

=INDEX(A1:A10,MATCH(MAX(B1:B10),B1:B10,0))

What happens if more than 1 person rolls the high score?

Biff

"Cricket" wrote in message
...
if i use max to find the bowlers high score, how can i find the bowlers
name
who bowled the high score??






All times are GMT +1. The time now is 03:50 AM.

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