Results 1 to 5 of 5

Dynamic Ranges Slowing Workbook Calculations - Options to Remedy?

Threaded View

  1. #2
    Forum Guru TMS's Avatar
    Join Date
    07-15-2010
    Location
    The Great City of Manchester, NW England ;-)
    MS-Off Ver
    MSO 2007,2010,365
    Posts
    44,960

    Re: Dynamic Ranges Slowing Workbook Calculations - Options to Remedy?

    I'm not a huge fan of using OFFSET for Dynamic Named Ranges and always use INDEX in preference. OFFSET is a volatile function, whereas, INDEX is not.

    I used:
    Formula: copy to clipboard
    =Tables!$B$3:INDEX(Tables!$C:$C,COUNTA(Tables!$B:$B))


    and:
    Formula: copy to clipboard
    =Tables!$E$3:INDEX(Tables!$F:$F,COUNTA(Tables!$E:$E))


    I ran your Static test 5 times: 46%, 41%, 49%, 48% and 53%

    I ran your Dynamic test 5 times: 101%, 101%, 101%, 100% and 100%

    And finally, I ran my version of your Dynamic test 10 times: 3%, 2%, 3%, 2%, 3%, 2%, 3%, 2%, 3%, 2%

    The percentage will, I guess be affected by what other workbooks are open at the time.

    Your code leaves the workbook/Excel needing to re-calculate ... I'm not sure if that is intentional.

    I have attached a copy of the modified workbook.


    Regards, TMS
    Attached Files Attached Files
    Trevor Shuttleworth - Retired Excel/VBA Consultant

    I dream of a better world where chickens can cross the road without having their motives questioned

    'Being unapologetic means never having to say you're sorry' John Cooper Clarke


Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Dynamic Ranges error after renaming workbook
    By cross0404 in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 01-23-2013, 07:36 AM
  2. Dynamic Ranges and Calculations
    By idiosyncrasy24 in forum Excel General
    Replies: 4
    Last Post: 09-23-2011, 12:30 PM
  3. Too many formulae slowing down workbook
    By nohero in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 06-28-2011, 12:38 PM
  4. Calculations slowing performance
    By Dreamwine59 in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 03-11-2010, 06:58 PM
  5. slowing down a macro for calculations
    By pete_22 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 03-01-2009, 12:06 AM

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