+ Reply to Thread
Results 1 to 3 of 3

bowling scores

  1. #1
    Cricket
    Guest

    bowling scores

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



  2. #2
    Peo Sjoblom
    Guest

    Re: 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" <[email protected]> wrote in message
    news:[email protected]...
    > if i use max to find the bowlers high score, how can i find the bowlers
    > name
    > who bowled the high score??
    >
    >



  3. #3
    Biff
    Guest

    Re: 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" <[email protected]> wrote in message
    news:[email protected]...
    > if i use max to find the bowlers high score, how can i find the bowlers
    > name
    > who bowled the high score??
    >
    >




+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1