+ Reply to Thread
Results 1 to 3 of 3

Excel 2007 : Linking to other WorkBOOKS - Overload

  1. #1
    Registered User
    Join Date
    03-11-2012
    Location
    Sunrise
    MS-Off Ver
    365
    Posts
    1

    Linking to other WorkBOOKS - Overload

    Hello! I have a question here.

    I have a MASTER sheet that is pulling in data from 22 other identically designed/formatted workBOOKS (not worksheets). It is an enormous amount of data to the point where the Master workbook contains approximately 3-Million formulas.

    While the sheet does return a value for all the formulas, I question its integrity due to the sheer size of the 30-Megabyte Master workbook. I have audited in the past to see if it is producing accurate results, and have found discrepancy in the numbers whether the SLAVE workbooks were open, or closed.

    My question is: Does excel have a limit of cells that can be linked to from a master sheet? I realize it may be because of PC-resources consumption by having all these files open at once, but I'm not sure if that is the reason, or a limitation in Excel (2007)

  2. #2
    Registered User
    Join Date
    03-30-2012
    Location
    Mexico
    MS-Off Ver
    Excel 2007
    Posts
    11

    Re: Linking to other WorkBOOKS - Overload

    hi Robi

    i have encounter almost the same problem however my master sheet was not as overload like yours... what i've found is that you need to go over DATA and "Update conections" you should see all the links there. or if you have circular reference formulas... try checking the "iterative formula and set over 30,000. is what solved the problem in my case. Good Luck!

  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,939

    Re: Linking to other WorkBOOKS - Overload

    If you have that many references to external workbooks, perhaps check to see if your formulas are as simplified as possibe? If you are using if() statements in your master, consider modifying your slave workbooks to do them instead, so the master has less work to do

    simple ='[file1.xlsx]sheet1'!$A$1 take up less resources than =if('[file1.xlsx]sheet1'!$A$1="","",'[file1.xlsx]sheet1'!$A$1), so do the if() in the slave. just a thought
    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

+ 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