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.
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.
![]()
Please Login or Register to view this content.
Ben Van Johnson
this macro just checks how long it takes me to press ok button))
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.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks