+ Reply to Thread
Results 1 to 7 of 7

linked cells will not update unless source file is open

  1. #1
    Registered User
    Join Date
    05-09-2012
    Location
    Michigan, USA
    MS-Off Ver
    Excel 2010
    Posts
    62

    linked cells will not update unless source file is open

    Can anyone help me figure out why my workbook will not update unless the source file is open? I have no macros just formulas to index/match etc from the source file (Production Schedule, Plant schedule tab). Both files were 2003-07 format and converted to 2010. This file will be a major reference for other users including my boss and I dont want anyone viewing this file to have to open a source file from another directory. Both files are located within the same server drive, but within different folders. Here is the only formula that refers to the source if this helps:

    When source file is open: =LOOKUP(9.9999E+307,CHOOSE({1,2},0,SUMPRODUCT(('[Production Schedule.xlsx]Plant Schedule'!$D$4:$D$220&'[Production Schedule.xlsx]Plant Schedule'!$E$4:$E$220=$C9)*(INDEX('[Production Schedule.xlsx]Plant Schedule'!$N$4:$LM$220,1,MATCH(BQ5,'[Production Schedule.xlsx]Plant Schedule'!$N$1:$LM$1,0)):INDEX('[Production Schedule.xlsx]Plant Schedule'!$N$4:$LM$220,ROWS('[Production Schedule.xlsx]Plant Schedule'!$N$4:$LM$220),MATCH(BQ5,'[Production Schedule.xlsx]Plant Schedule'!$N$1:$LM$1,0)+23)<>""))*INDEX('[Production Schedule.xlsx]Plant Schedule'!$J$4:$J$220,MATCH(TRUE,INDEX('[Production Schedule.xlsx]Plant Schedule'!$D$4:$D$220&'[Production Schedule.xlsx]Plant Schedule'!$E$4:$E$220=$C9,0),0))))

    When source file is closed: =LOOKUP(9.9999E+307,CHOOSE({1,2},0,SUMPRODUCT(('S:\Logistics\Production Schedules\[Production Schedule.xlsx]Plant Schedule'!$D$4:$D$220&'S:\Logistics\Production Schedules\[Production Schedule.xlsx]Plant Schedule'!$E$4:$E$220=$C9)*(INDEX('S:\Logistics\Production Schedules\[Production Schedule.xlsx]Plant Schedule'!$N$4:$LM$220,1,MATCH(BQ5,'S:\Logistics\Production Schedules\[Production Schedule.xlsx]Plant Schedule'!$N$1:$LM$1,0)):INDEX('S:\Logistics\Production Schedules\[Production Schedule.xlsx]Plant Schedule'!$N$4:$LM$220,ROWS('S:\Logistics\Production Schedules\[Production Schedule.xlsx]Plant Schedule'!$N$4:$LM$220),MATCH(BQ5,'S:\Logistics\Production Schedules\[Production Schedule.xlsx]Plant Schedule'!$N$1:$LM$1,0)+23)<>""))*INDEX('S:\Logistics\Production Schedules\[Production Schedule.xlsx]Plant Schedule'!$J$4:$J$220,MATCH(TRUE,INDEX('S:\Logistics\Production Schedules\[Production Schedule.xlsx]Plant Schedule'!$D$4:$D$220&'S:\Logistics\Production Schedules\[Production Schedule.xlsx]Plant Schedule'!$E$4:$E$220=$C9,0),0))))
    Last edited by merlyn45; 05-18-2012 at 10:45 AM.

  2. #2
    Registered User
    Join Date
    05-09-2012
    Location
    Michigan, USA
    MS-Off Ver
    Excel 2010
    Posts
    62

    Re: linked cells will not update unless source file is open

    Ok..ive looked up every resouce on the internet to figure this out but I still can't get it to work? Someone else out there in Excel Land must have the answer????

  3. #3
    Registered User
    Join Date
    05-09-2012
    Location
    Michigan, USA
    MS-Off Ver
    Excel 2010
    Posts
    62

    Re: linked cells will not update unless source file is open

    Is it possible that the function SUMPRODUCT does not link to closed source? Ive read that SUMIF is better used as SUM(IF)). If I change my function listed in my first post, how would I it look? SUM(PRODUCT(xxxxx) instead of SUMPRODUCT(xxxx)???

  4. #4
    Registered User
    Join Date
    05-09-2012
    Location
    Michigan, USA
    MS-Off Ver
    Excel 2010
    Posts
    62

    Re: linked cells will not update unless source file is open

    ok..just having a conversation with myself I guess...SUM(PRODUCT) does not work instead of SUMPRODUCT because SUMPRODUCT creates an array. The lack of replies to my post tells me that there is no solution.

  5. #5
    Valued Forum Contributor ron2k_1's Avatar
    Join Date
    09-30-2009
    Location
    Not the USA
    MS-Off Ver
    Excel 2003, 2007
    Posts
    606

    Re: linked cells will not update unless source file is open

    When you open the file you need to enable the content. By default, excel will not update them automatically. When the file is open, you'll see a little warning bar at the top of the sheet, it's going to have an "Options" button, if you press it, under links you can enable the option to update outside links.

    Another way to update is to go to Data>Connections Section>Edit Links>Clink on the link source (Production Schedule.xlsx on your example) and click on Update Values.
    Ron
    Knowledge is knowing that a tomato and pepper are fruits. Wisdom is knowing whether to put these in a fruit salad

    Kindly

    [1] Use code tags. Place "[code]" before the first line of code and "[/code"]" after the last line of code. Exclude quotation marks
    [2] Mark your post [SOLVED] if it has been answered satisfactorily by editing your original post in advanced mode.
    [3] Thank (using the little scale) those that provided useful help; its nice and its very well appreciated

  6. #6
    Registered User
    Join Date
    05-09-2012
    Location
    Michigan, USA
    MS-Off Ver
    Excel 2010
    Posts
    62

    Re: linked cells will not update unless source file is open

    Thanks for the reply, but I have tried both your suggestions and my destination file will not update unless the source file is open. I've been trying all day to find a way to make it work. (sigh)

  7. #7
    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,926

    Re: linked cells will not update unless source file is open

    sumproduct does not work on closed 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

+ 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