+ Reply to Thread
Results 1 to 3 of 3

Tools for diagnosing performance extremes of Excel calculations

  1. #1
    Administrator 6StringJazzer's Avatar
    Join Date
    01-27-2010
    Location
    Tysons Corner, VA, USA
    MS-Off Ver
    MS 365 Family 64-bit 2502
    Posts
    26,968

    Tools for diagnosing performance extremes of Excel calculations

    Are there any tools or techniques available to diagnose performance behavior of Excel workbook calculation? I have a workbook that requires anywhere from 50% to 97% CPU utilization to recalculate, sometimes for durations measured in minutes.

    There are about 45,000 lines of data of employee timesheet charges. I have another sheet that maps each charge number to a project (many to one) and also shows that latest date that number was charged, using array formulas that look at the raw data. Another sheet shows the latest charge number charged by each staff, again using array formulas that look at the raw data.

    Although I know the candidates that could be causing this, and I am confident I can resolve it by trial and error, I was wondering if there are tools that perform dynamic analysis of Excel execution, similar to how there are dynamic analysis tools for executing conventional code.
    Jeff
    | | |·| |·| |·| |·| | |:| | |·| |·|
    Read the rules
    Use code tags to [code]enclose your code![/code]

  2. #2
    Forum Expert Domski's Avatar
    Join Date
    12-14-2009
    Location
    A galaxy far, far away
    MS-Off Ver
    Darth Office 2010
    Posts
    3,950

    Re: Tools for diagnosing performance extremes of Excel calculations

    Fast Excel might be worth a look: http://www.decisionmodels.com/index.htm

    I've never tried it myself though.

    Dom
    "May the fleas of a thousand camels infest the crotch of the person who screws up your day and may their arms be too short to scratch..."

    Use code tags when posting your VBA code: [code] Your code here [/code]

    Remember, saying thanks only takes a second or two. Click the little star to give some Rep if you think an answer deserves it.

  3. #3
    Forum Guru MarvinP's Avatar
    Join Date
    07-23-2010
    Location
    Woodinville, WA
    MS-Off Ver
    Office 365
    Posts
    16,352

    Re: Tools for diagnosing performance extremes of Excel calculations

    Hey 6SJ,

    I've always done it manually in my code. I did find a huge help in making Calculation Manual and then doing a Range.Calculate on my own so Excel wouldn't try to calculate on it's own with each value change.

    After looking a while for sites, try http://betterandfasterdecisions.com/...in-excelfinal/ to see if it gives you any ideas.
    One test is worth a thousand opinions.
    Click the * Add Reputation below to say thanks.

+ 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