+ Reply to Thread
Results 1 to 7 of 7

Summary page showing the highest scorer from a number of other tabs within the same WB

  1. #1
    Registered User
    Join Date
    07-14-2017
    Location
    Leeds, England
    MS-Off Ver
    Microsoft Office 2013
    Posts
    13

    Summary page showing the highest scorer from a number of other tabs within the same WB

    Hi Guys,

    so I'm trying to create a summary page that will pull through the name of the highest point scorer on various different tabs. I have attached the workbook. I am trying to get B5 on the "summary SPH" tab to show the same of the highest scorer on the "Leeds" Tab, so it would be "Lucy Bond" as per point score is 34. Does that make sense?
    Attached Files Attached Files

  2. #2
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    28,257

    Re: Summary page showing the highest scorer from a number of other tabs within the same WB

    Try

    =INDEX(INDIRECT("'" & A5 & "'!G3:G100"),MATCH(MAX(INDIRECT("'" & A5 &"'!H3:H100")),INDIRECT("'" &A5 & "'!H3:h100"),0))

    Rebecca Snare!

  3. #3
    Registered User
    Join Date
    07-14-2017
    Location
    Leeds, England
    MS-Off Ver
    Microsoft Office 2013
    Posts
    13

    Re: Summary page showing the highest scorer from a number of other tabs within the same WB

    thank you!

  4. #4
    Registered User
    Join Date
    07-14-2017
    Location
    Leeds, England
    MS-Off Ver
    Microsoft Office 2013
    Posts
    13

    Re: Summary page showing the highest scorer from a number of other tabs within the same WB

    oooh...one more quick question if you don't mind? if I wanted to have another cell on my summary page that pulled through the name of the overall points winner from all tabs...how would I do that? thank you so much in advance. xx

  5. #5
    Forum Guru
    Join Date
    08-28-2014
    Location
    USA
    MS-Off Ver
    Excel 2019
    Posts
    17,594

    Re: Summary page showing the highest scorer from a number of other tabs within the same WB

    A low tech way to do this would be to use a helper column, which could be hidden for aesthetic purposes. The helper column would be populated by a modification of John's formula such that the index would point to column H of each tab, so that it would read:
    Formula: copy to clipboard
    Please Login or Register  to view this content.

    Another index/match formula would then find the highest score from the helper and display the name using the formula:
    Formula: copy to clipboard
    Please Login or Register  to view this content.

    Let us know if you have any questions.
    Attached Files Attached Files
    Consider taking the time to add to the reputation of everybody that has taken the time to respond to your query.

  6. #6
    Registered User
    Join Date
    07-14-2017
    Location
    Leeds, England
    MS-Off Ver
    Microsoft Office 2013
    Posts
    13

    Re: Summary page showing the highest scorer from a number of other tabs within the same WB

    thank you! that's exactly what I needed!

  7. #7
    Forum Guru
    Join Date
    08-28-2014
    Location
    USA
    MS-Off Ver
    Excel 2019
    Posts
    17,594

    Re: Summary page showing the highest scorer from a number of other tabs within the same WB

    You're Welcome. Thank You for the feedback and for marking the thread as 'Solved'. I hope that you have a blessed day.

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Replies: 2
    Last Post: 02-25-2015, 04:13 PM
  2. Highest scorer with multiple condition
    By Naresh Maloo in forum Excel - New Users/Basics
    Replies: 4
    Last Post: 08-24-2014, 05:18 AM
  3. highest scorer
    By Naresh Maloo in forum Hello..Introduce yourself
    Replies: 2
    Last Post: 08-23-2014, 06:34 AM
  4. Summary Page for multiple Tabs
    By kweatherall@yorkcas. in forum Excel General
    Replies: 4
    Last Post: 01-28-2014, 06:57 PM
  5. [SOLVED] Duplicate Names When Picking Out Highest Scorer
    By webstmonkey in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 03-02-2013, 09:51 PM
  6. [SOLVED] Summary page from multiple tabs
    By cdibeneditto in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 02-13-2013, 06:45 PM
  7. Picking out the name and score of the highest scorer
    By jimmymcmahon in forum Excel General
    Replies: 10
    Last Post: 08-06-2011, 05:44 AM

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