+ Reply to Thread
Results 1 to 9 of 9

Ranking scores/names from multiple sheets on summary page

  1. #1
    Registered User
    Join Date
    11-14-2008
    Location
    Inland Empire, CA
    Posts
    5

    Ranking scores/names from multiple sheets on summary page

    Hey everyone,

    Here is what I am trying to accomplish for a class of mine...
    Each student has their own profile sheet. Among other things it will have their name and score. Such that name is in cell A1, and score in B4 or something.

    I would like to have a summary page that will display the top 5 scores and the corresponding names. I used the "=Large" formula to get the top 5 scores. Now I need to reference the name that goes with each score.

    I'd also like the formula to automatically adjust for new sheets (students) being added to the workbook. If I have a constant beginning and end sheet this should be sufficient right?

    Thanks so much...

    Jon
    Last edited by VBA Noob; 11-17-2008 at 03:37 AM.

  2. #2
    Valued Forum Contributor
    Join Date
    08-26-2008
    Location
    singapore
    Posts
    626
    Please give us some details about your worksheet structure, or just attach the file.
    I think Vlookup() or Index(match()) can help you
    I need your support to add reputations if my solution works.


  3. #3
    Registered User
    Join Date
    11-14-2008
    Location
    Inland Empire, CA
    Posts
    5

    Example workbook

    Instructions are on the first sheet...

    I did try and get those to work as they seem to be the answer. It should be pretty simple, I just don't use Excel too often and couldn't quite grasp how to make them work across sheets. They seem to want columns and such that are next to each other.

    Thanks again, really appreciate it...
    Attached Files Attached Files

  4. #4
    Valued Forum Contributor
    Join Date
    08-26-2008
    Location
    singapore
    Posts
    626
    I think you can use the nested if function if there are only 6 clients

    like this
    Please Login or Register  to view this content.
    or you can add a master sheet linked to all the clients sheet, then the formula will be very easy. Use the Index (match()) formula

  5. #5
    Forum Contributor
    Join Date
    02-27-2008
    Posts
    764

    macro

    Hi
    try this macro
    Ravi
    Attached Files Attached Files
    Last edited by ravishankar; 11-18-2008 at 01:23 AM.

  6. #6
    Registered User
    Join Date
    11-14-2008
    Location
    Inland Empire, CA
    Posts
    5

    Automatically include new sheets?

    Both of those work great with the 6 clients, is there a way to write this formula so it will create this master table based on a range of sheets. So that when a new client sheet is added it will automatically search their sheet as well.

    Is having a master table and then using vlookup the only well to get Excel to do something like this where the data is not in adjacent columns?

  7. #7
    Forum Contributor
    Join Date
    02-27-2008
    Posts
    764

    macro

    Hi
    The macro will work for any number of clients/students you add.
    Ravi

  8. #8
    Registered User
    Join Date
    11-14-2008
    Location
    Inland Empire, CA
    Posts
    5

    Smile Solved

    Thank you...

  9. #9
    Registered User
    Join Date
    11-14-2008
    Location
    Inland Empire, CA
    Posts
    5

    Duplicate results/scores

    How can I set it up so if two people have the same score it will report the unique names.

    Is there a way to add a simple command to move the score data one cell to the left, so that when the next instance runs it will not see it?

    I changed the formula to fit the layout of my Summary page, so just need to know how to move it if there isn't a cleaner way.

    Thanks!

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

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