+ Reply to Thread
Results 1 to 4 of 4

Checking time it takes to excel to calculate

  1. #1
    Forum Contributor
    Join Date
    04-24-2012
    Location
    Moscow
    MS-Off Ver
    Excel 2010
    Posts
    291

    Checking time it takes to excel to calculate

    Hi all, I need to check how long it takes to excel to calculate one formula, then another one and compare. Is it possible?? if yes then how?? Thanks in advance.

  2. #2
    Forum Guru
    Join Date
    03-02-2006
    Location
    Los Angeles, Ca
    MS-Off Ver
    WinXP/MSO2007;Win10/MSO2016
    Posts
    12,945

    Re: Checking time it takes to excel to calculate

    Please Login or Register  to view this content.
    Ben Van Johnson

  3. #3
    Forum Contributor
    Join Date
    04-24-2012
    Location
    Moscow
    MS-Off Ver
    Excel 2010
    Posts
    291

    Re: Checking time it takes to excel to calculate

    this macro just checks how long it takes me to press ok button ))

  4. #4
    Forum Guru
    Join Date
    03-02-2006
    Location
    Los Angeles, Ca
    MS-Off Ver
    WinXP/MSO2007;Win10/MSO2016
    Posts
    12,945

    Re: Checking time it takes to excel to calculate

    Of course, that was to show you the TIMER function. A further hint: use four variables: Test1Start, Test1Duration, Test2Start & Test2Durtion. Then:

    Test1Start = Timer
    Your formula here
    Test2Duration = Timer - Test1Start

    Do the same for the second formula or code block or whatever, then subtract.

+ 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