+ Reply to Thread
Results 1 to 3 of 3

Max problems

  1. #1
    Registered User
    Join Date
    08-08-2009
    Location
    Kansas City, US
    MS-Off Ver
    Excel 2003
    Posts
    25

    Max problems

    here is the two columns i have

    john 23
    mark 12
    tom 56
    Jim 6

    i want to figure out how to display the name with the max number, i know a simply max formula will show which number is highest, but what formula will show the name that corresponds to that highest number?

    Thanks, Jason Crow

  2. #2
    Forum Expert Palmetto's Avatar
    Join Date
    04-04-2007
    Location
    South Eastern, USA
    MS-Off Ver
    XP, 2007, 2010
    Posts
    3,978

    Re: Max problems

    Assuming Column-A = Names and Column-B = numeric values:

    =INDEX($A$1:A4,MATCH(MAX($B$1:B4),$B$1:B4,0),1)
    Adjust range references as needed.

  3. #3
    Registered User
    Join Date
    08-08-2009
    Location
    Kansas City, US
    MS-Off Ver
    Excel 2003
    Posts
    25

    Re: Max problems

    Thankyou so much! It works Great

+ 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