+ Reply to Thread
Results 1 to 5 of 5

Linking One Workbook with Multiple Tabs to Master Workbook Formula

  1. #1
    Registered User
    Join Date
    07-11-2014
    Location
    Syracuse, NY
    MS-Off Ver
    MS Office 2010
    Posts
    3

    Linking One Workbook with Multiple Tabs to Master Workbook Formula

    Hi all,

    I am trying to create a formula that will do the following:

    I have a Master Job Cost Summary Workbook that contains one worksheet will all jobs on it and info relating to my KPI's. It includes multiple rows and each row represents a different job.

    I also have another Job Cost Workbook that contains all of the job cost reports with each different tab (say 150 tabs) being a different job. Each job cost report is identical because they are derived from the same template.

    What I am trying to do is create a formula on the Master Summary Workbook that will extract data from say cell A1 from Tab 1 of the Job Cost Workbook, but when I drag or copy the formula down through the Master Workbook it pulls from the next tab in the Job Cost Workbook instead of the same one.

    It would take quite some time to link every cell I need to the Master Workbook.

    Thanks,

    Scholzie220

  2. #2
    Forum Contributor
    Join Date
    01-14-2014
    Location
    London, England
    MS-Off Ver
    Excel 2013
    Posts
    240

    Re: Linking One Workbook with Multiple Tabs to Master Workbook Formula

    Assuming Column A has a list of worksheet names in it use this to copy down. This works inside a workbook with lots of sheets to create a summary sheet

    Formula: copy to clipboard
    Please Login or Register  to view this content.


    To link to another worksheet use this sort of thing

    Formula: copy to clipboard
    Please Login or Register  to view this content.
    Please consider adding a * if I helped.

  3. #3
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,938

    Re: Linking One Workbook with Multiple Tabs to Master Workbook Formula

    Note that INDIRECT() only works on open workbooks.

    Also not that by using "'!A1" like that, that will not adjust when copied down.

    Perhaps try something like this 0 using the suggestion of having sheet names in column A, instead....
    =INDIRECT("'[FileName.xlsm]"&A1&"'!A"&ROW(A1))

    It may be easier to help if you provided sample workbooks?
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

  4. #4
    Registered User
    Join Date
    07-11-2014
    Location
    Syracuse, NY
    MS-Off Ver
    MS Office 2010
    Posts
    3

    Re: Linking One Workbook with Multiple Tabs to Master Workbook Formula

    Here are the samples. The Job Cost Sheet workbook would have multiple template tabs which would correlate with each row on the Master Sample.
    Attached Files Attached Files

  5. #5
    Registered User
    Join Date
    07-11-2014
    Location
    Syracuse, NY
    MS-Off Ver
    MS Office 2010
    Posts
    3

    Re: Linking One Workbook with Multiple Tabs to Master Workbook Formula

    Anyone else have any suggestions? I attached samples.

+ 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: 12
    Last Post: 07-29-2014, 01:06 PM
  2. [SOLVED] Extract data from a workbook with multiple tabs, into a workbook with corresponding tabs
    By krackaberr in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 02-28-2013, 11:54 AM
  3. Linking multiple workbooks to one "master" workbook.
    By AngryCPA in forum Excel General
    Replies: 1
    Last Post: 12-28-2012, 07:05 AM
  4. Combining multiple workbooks into one master workbook as tabs
    By bidgeman in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 07-13-2011, 10:52 AM
  5. Linking Master Workbook & subordinate workbook
    By Lucky_guy2000 in forum Excel General
    Replies: 1
    Last Post: 07-14-2006, 05:45 PM

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