+ Reply to Thread
Results 1 to 3 of 3

Function to find highest Value and return associated value

  1. #1
    Registered User
    Join Date
    02-23-2010
    Location
    Colorado
    MS-Off Ver
    Excel 2010
    Posts
    1

    Cool Function to find highest Value and return associated value

    Ok, So I have a Excel Sales tracker.
    Vertically it has the name of the salesperson in the 1st column, and the dollar amount in sales in the second column.
    At the bottom of the page, i want to have a sales leader displayed automatically.

    What function will look at column 2, find the highest number, associate it with column 1 (their name) and display that name in the cell.


    EXAMPLE
    A1 A2
    John 60
    Mike 55
    Kim 40
    Dan 15
    Kelly 85
    Jim 50

    Leaderboard (I want this to update automatically as the figures in A2 are changed) Kelly
    Thanks !

    I'm feeling a little clueless,

    Mark
    Last edited by MarkusD; 02-23-2010 at 06:36 PM. Reason: against TOS

  2. #2
    Forum Expert royUK's Avatar
    Join Date
    11-18-2003
    Location
    Derbyshire,UK
    MS-Off Ver
    Xp; 2007; 2010
    Posts
    26,200

    Re: Name that Function !

    Your post does not comply with Rule 1 of our Forum RULES. Your post title should accurately and concisely describe your problem, not your anticipated solution. Use terms appropriate to a Google search. Poor thread titles, like Please Help, Urgent, Need Help, Formula Problem, Code Problem, and Need Advice will be addressed according to the OP's experience in the forum: If you have less than 10 posts, expect (and respond to) a request to change your thread title. If you have 10 or more posts, expect your post to be locked, so you can start a new thread with an appropriate title.
    To change a Title on your post, click EDIT then Go Advanced and change your title, if 2 days have passed ask a moderator to do it for you.
    Hope that helps.

    RoyUK
    --------
    For Excel Tips & Solutions, free examples and tutorials why not check out my web site

    Free DataBaseForm example

  3. #3
    Forum Expert martindwilson's Avatar
    Join Date
    06-23-2007
    Location
    London,England
    MS-Off Ver
    office 97 ,2007
    Posts
    19,320

    Re: Function to find highest Value and return associated value

    =index(a1:a100,match(max(b1:b100),b1:b100,0)))
    "Unless otherwise stated all my comments are directed at OP"

    Mojito connoisseur and now happily retired
    where does code go ?
    look here
    how to insert code

    how to enter array formula

    why use -- in sumproduct
    recommended reading
    wiki Mojito

    how to say no convincingly

    most important thing you need
    Martin Wilson: SPV
    and RSMBC

+ 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