+ Reply to Thread
Results 1 to 3 of 3

Need help managing a list of data........

Hybrid View

  1. #1
    Registered User
    Join Date
    09-21-2006
    Posts
    35

    Need help managing a list of data........

    I have a very large list of data that I am manipulating.

    My question is this ----

    If I use the MAX command to get the highest number in the list, how can I can get the corresponding name, etc. that goes with it?

  2. #2
    Forum Expert sweep's Avatar
    Join Date
    04-03-2007
    Location
    Great Sankey, Warrington, UK
    MS-Off Ver
    2003 / 2007 / 2010 / 2016 / 365
    Posts
    3,454
    If your names are in A, and values in B,

    =INDEX(A:B,MATCH(MAX(B:B),B:B,0),1)

    will give the name on the same row as the maximum value in B

    hth

    Dave

  3. #3
    Registered User
    Join Date
    09-21-2006
    Posts
    35
    Quote Originally Posted by sweep
    If your names are in A, and values in B,

    =INDEX(A:B,MATCH(MAX(B:B),B:B,0),1)

    will give the name on the same row as the maximum value in B

    hth

    Dave

    Thanks, I'll try that. I have heard of the index command but have never used it and wasn't sure how it works.........

+ 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