+ Reply to Thread
Results 1 to 9 of 9

Ranking scores/names from multiple sheets on summary page

Hybrid View

Graphire Ranking scores/names from... 11-14-2008, 11:06 PM
sglife Please give us some details... 11-16-2008, 09:13 PM
Graphire Example workbook 11-17-2008, 05:49 PM
sglife I think you can use the... 11-17-2008, 10:56 PM
ravishankar macro 11-18-2008, 01:17 AM
Graphire Automatically include new... 11-18-2008, 03:08 AM
ravishankar macro 11-18-2008, 04:11 AM
Graphire Solved 11-18-2008, 06:25 PM
Graphire Duplicate results/scores 11-18-2008, 08:08 PM
  1. #1
    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
    
    =IF('Client 1'!E4=SUMMARY!C7,'Client 1'!A1,IF('Client 2'!E4=SUMMARY!C7,'Client 2'!A1))
    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
    I need your support to add reputations if my solution works.


  2. #2
    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.

  3. #3
    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?

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

    macro

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

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

    Smile Solved

    Thank you...

  6. #6
    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