+ Reply to Thread
Results 1 to 9 of 9

Finding text

  1. #1
    Registered User
    Join Date
    06-18-2009
    Location
    Stockholm
    MS-Off Ver
    Excel 2003
    Posts
    6

    Question Finding text

    So I've got a table that contains a list of players and a bunch of columns that give information about the number of matches, points,...

    How do I find out the name of the player that has maximum points with a formula?
    Last edited by rainbow_1985; 06-18-2009 at 06:24 PM.

  2. #2
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898

    Re: Finding text

    Try

    =Index(Name_Range,Match(Max(Points_Range),Points_Range,0))

    Replace respectively named ranges with actual ranges....
    Where there is a will there are many ways.

    If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below left corner

    Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.

  3. #3
    Forum Expert contaminated's Avatar
    Join Date
    05-07-2009
    Location
    Baku, Azerbaijan
    MS-Off Ver
    Excel 2013
    Posts
    1,430

    Re: Finding text

    It becomes easier to help u if u post some examle...
    Люди, питающие благие намерения, как раз и становятся чудовищами.

    Regards, ?Born in USSR?
    Vusal M Dadashev

    Baku, Azerbaijan

  4. #4
    Registered User
    Join Date
    06-18-2009
    Location
    Stockholm
    MS-Off Ver
    Excel 2003
    Posts
    6

    Re: Finding text

    ok here's a pic. (attached) The questions I need to answer are:

    a. who has the highest score in poäng/match and how many points is it?
    b. who has the lowest score in poäng/match and how many points is it?
    c. which player has the highest point in utvisningsminuter and how many points is it?
    d. which player has the lowest point in utvisningsminuter and how many points is it?

    e.which players have the highest/lowest points in utvisningsminuter/match?
    Attached Images Attached Images

  5. #5
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898

    Re: Finding text

    =Max(Points_Range) finds maximumg

    =Min(Points_Range) finds minimums


    =Index(Name_Range,Match(Max(Points_Range),Points_Range,0)) finds name associated with Max


    =Index(Name_Range,Match(Min(Points_Range),Points_Range,0)) finds name associated with Min

    Replace N_Range with $B$2:$B$30 and Points_Range with $H$2:$H$30 for poäng/match

    and similarly for other ranges...

  6. #6
    Registered User
    Join Date
    06-18-2009
    Location
    Stockholm
    MS-Off Ver
    Excel 2003
    Posts
    6

    Re: Finding text

    thank you very much!

  7. #7
    Registered User
    Join Date
    06-18-2009
    Location
    Stockholm
    MS-Off Ver
    Excel 2003
    Posts
    6

    Re: Finding text

    I get error for this one:

    =Index(B2:B30,Match(Max(I2:I30),I2:I30,0))

  8. #8
    Forum Guru DonkeyOte's Avatar
    Join Date
    10-22-2008
    Location
    Northumberland, UK
    MS-Off Ver
    O365
    Posts
    21,531

    Re: Finding text

    It will no doubt be a case of "lost in translation" ... NBVC's examples are based on English language and with , as delimiter... yours will invariably be ; as delimiter and you may also need to translate the functions into Swedish equivalents... there is a link to to a Function translator in my signature.

    Failing that post an actual file, XL will auto translate to appropriate language etc based on client - we can then post back a working version which will similarly revert back according to your own client settings when you re-open...

  9. #9
    Registered User
    Join Date
    06-18-2009
    Location
    Stockholm
    MS-Off Ver
    Excel 2003
    Posts
    6

    Re: Finding text

    IT WORKED! thank you

    =INDEX(B2:B30;PASSA(MAX(I2:I30);I2:I30;0))

+ 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