+ Reply to Thread
Results 1 to 4 of 4

picking the contents of one cell if another cell meets criteria

  1. #1
    Registered User
    Join Date
    09-25-2011
    Location
    london, england
    MS-Off Ver
    Excel 2010
    Posts
    3

    picking the contents of one cell if another cell meets criteria

    hi folks - i hope someone can help

    i've got a list of names and each one has a score - once i've identified the top scorer i want to be able to get their name appearing in another worksheet as top scorer - so if names are in column A and scores are in column G, once the highest score has been identified, i want to be able to take the name of the highest scorer from A and get it to appear in another worksheet - is it possible?

  2. #2
    Forum Expert daddylonglegs's Avatar
    Join Date
    01-14-2006
    Location
    England
    MS-Off Ver
    2016
    Posts
    14,675

    Re: picking the contents of one cell if another cell meets criteria

    You can get the first top scorer in the list with a formula like this

    =INDEX(A:A,MATCH(MAX(G:G),G:G,0))

    but how do you want to proceed if there are joint top scorers, do you need to list all of them?
    Audere est facere

  3. #3
    Registered User
    Join Date
    09-25-2011
    Location
    london, england
    MS-Off Ver
    Excel 2010
    Posts
    3

    Re: picking the contents of one cell if another cell meets criteria

    Thanks that works - you're a star! but Yes I'd need to list them all if there was atie
    Last edited by gsloman; 09-25-2011 at 11:20 AM.

  4. #4
    Registered User
    Join Date
    09-25-2011
    Location
    london, england
    MS-Off Ver
    Excel 2010
    Posts
    3

    Re: picking the contents of one cell if another cell meets criteria

    Thanks - could you tell me what does the 0 do at the end of your =INDEX(A3:A23,MATCH(MAX(G3:G23),G3:G23,0)) ? I'm trying to see if anything different at the end might show uip two names when they tie as high scorers

+ 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