+ Reply to Thread
Results 1 to 15 of 15

Multiple date based SUMPRODUCT failing

Hybrid View

  1. #1
    Registered User
    Join Date
    07-29-2008
    Location
    FL
    MS-Off Ver
    XL 2007 & 2008
    Posts
    27

    Re: Multiple date based SUMPRODUCT failing

    Thanks Donkeyote....

    What performance impact will this have? I notice that the workbooks are already much slower than I'd like due to the arrays. I am considering database functions but have some learning to do first.

    Can you see dfunctions as a viable alternative with the setup I currently have?

    Many thanks Donkeyote!

  2. #2
    Forum Guru DonkeyOte's Avatar
    Join Date
    10-22-2008
    Location
    Northumberland, UK
    MS-Off Ver
    O365
    Posts
    21,531

    Re: Multiple date based SUMPRODUCT failing

    It depends on how much data you're adding - ie how much excess capacity you would need to add in to your fixed ranges to account for future data... if you're talking a few hundred rows of excess then it won't make a huge difference IMO and there are overheads with Dynamic Named Ranges anyway so the cost will to some extent be offset by their removal.

    As for alternatives... well I'm afraid I'm not a fan of external links ... I'm a firm believer in keeping files independent from one another in a "live" sense.
    If you need data from file 2 for calculations in file 1 it is IMO best to store it in file 1, if that means copy/paste from one file to another so be it - that process can always be automated via VBA (Mac 2008 excepted!).

    Others argue the above is risky given you're not necessarily working with "latest data" etc and as such prefer to link but as you've discovered that brings with it it's own limitations. Others use ADO, external data queries etc

    I've always believed in being able to save a network file locally, hop onto a plane and work on the file seamlessly before uploading said file back to the network upon arrival... linked files generally speaking (and I say generally) prevent that kind of thing or at best make it a "faff".

+ 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