+ Reply to Thread
Results 1 to 6 of 6

table formula question

  1. #1
    Registered User
    Join Date
    06-27-2009
    Location
    canada
    MS-Off Ver
    Excel 2016
    Posts
    10

    Smile table formula question

    Hi.. need help for this

    in my database... colum E have diff number in it and colum B have a name in it
    Exemple:

    A B C D E F
    Lili 1
    Mat 29
    Jym 20


    i trying to find a formula that will look in colum E, find the highess number, and give me the name associate to it in colum B.

    Can someone help me?
    Thank you

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

    Re: table formula question

    Use INDEX with MATCH/MAX

    =INDEX(B:B,MATCH(MAX(E:E),E:E,0))

  3. #3
    Registered User
    Join Date
    06-27-2009
    Location
    canada
    MS-Off Ver
    Excel 2016
    Posts
    10

    Re: table formula question

    and if i wanna use colum F also i guess i change all the "E" for "F" in your fomula?

  4. #4
    Registered User
    Join Date
    06-27-2009
    Location
    canada
    MS-Off Ver
    Excel 2016
    Posts
    10

    Re: table formula question

    and if i wanna change the "E" for "F" in

    =INDEX(B:B,MATCH(MAX(E:E),E:E,0))

    it will look at colum f right?

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

    Re: table formula question

    Yes, the MATCH & MAX should reference the column in which the numerics appear, the INDEX column should be that from which you wish to retrieve the associated value.

  6. #6
    Registered User
    Join Date
    06-27-2009
    Location
    canada
    MS-Off Ver
    Excel 2016
    Posts
    10

    Re: table formula question

    sweet works like a charm.. thank you very much

+ 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