+ Reply to Thread
Results 1 to 6 of 6

Linking multiple sheets to a summary sheet

  1. #1
    Registered User
    Join Date
    06-13-2011
    Location
    Minneapolis, MN
    MS-Off Ver
    Excel 2011 (Mac)
    Posts
    12

    Linking multiple sheets to a summary sheet

    I have MS office 2011 for Mac and need help with an excel spreadsheet. Ive attached the spreadsheet so hopefully someone can help me out. I currently have 28 sheets for individual clients and need a summary sheet to lookup all the information and put it on one sheet. I already have vlookup set up, but its messy. Hopefully someone can help. Thanks
    Attached Files Attached Files

  2. #2
    Forum Expert JBeaucaire's Avatar
    Join Date
    03-21-2004
    Location
    Bakersfield, CA
    MS-Off Ver
    2010, 2016, Office 365
    Posts
    33,492

    Re: Linking multiple sheets to a summary sheet

    Put this formula in H2 of your summary sheet, then copy across/down the whole table:

    =INDEX(INDIRECT("'" & $G2 & "'!G2:K2"), COLUMN(B$1))

    You will need to fix the spelling of PJ Hill and OBrien Schofield to match the exact sheetnames.
    _________________
    Microsoft MVP 2010 - Excel
    Visit: Jerry Beaucaire's Excel Files & Macros

    If you've been given good help, use the icon below to give reputation feedback, it is appreciated.
    Always put your code between code tags. [CODE] your code here [/CODE]

    ?None of us is as good as all of us? - Ray Kroc
    ?Actually, I *am* a rocket scientist.? - JB (little ones count!)

  3. #3
    Registered User
    Join Date
    06-13-2011
    Location
    Minneapolis, MN
    MS-Off Ver
    Excel 2011 (Mac)
    Posts
    12

    Re: Linking multiple sheets to a summary sheet

    Hey thank you I appreciate the help. I have one more question, if I decide to add another endorsement to the player and add an extra row, how can i get it to automatically appear in the summary sheet?

  4. #4
    Forum Expert JBeaucaire's Avatar
    Join Date
    03-21-2004
    Location
    Bakersfield, CA
    MS-Off Ver
    2010, 2016, Office 365
    Posts
    33,492

    Re: Linking multiple sheets to a summary sheet

    Your sheet isn't setup that way.

  5. #5
    Registered User
    Join Date
    06-13-2011
    Location
    Minneapolis, MN
    MS-Off Ver
    Excel 2011 (Mac)
    Posts
    12

    Re: Linking multiple sheets to a summary sheet

    How do you recommend I set it up if I want to make changes like that?

  6. #6
    Forum Expert JBeaucaire's Avatar
    Join Date
    03-21-2004
    Location
    Bakersfield, CA
    MS-Off Ver
    2010, 2016, Office 365
    Posts
    33,492

    Re: Linking multiple sheets to a summary sheet

    I wouldn't use a formula. I would use a macro that "collected" all the data from the player sheets each time you brought up the summary sheet onscreen. The macro would literally copy the data from the other sheets.

    You could access any sheet, make a change, then go back to the Summary and just looking at the summary would recreate the data, bringing in your new changes.

    I would recommend you rethink the use of the pictures, or at least shrink the summary photo down to a reasonable size... just my opinion.

    Then update your workbook to show several rows of fully faked data on a many sheets, upload that. If you're open to using VBA, that's a pretty simple macro to write.

+ 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