Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Hi, I've designed a simple spreadsheet that's looking at a small table of data and returning 2 values. (The sheet gets updated by external means, hence I'm using the worksheet_calculate event). The average of the 2 is then calculated and used to display historical Min and Max values (in the Yellow boxes). These 3 (Average, Min Average, Max Average) are then rounded to predefined increments. When I choose selection "A" or "D" and run my code (from a cmdButton) it takes a MASSIVE 11 seconds on my well specced PC.. But if I choose "B", "C", or "E" and run my code it takes less than 1 second. My VLOOKUPS seem to be fine, the problem lies somewhere in my MROUND / INDEX / MATCH formula... It's maybe best that you look at the attached example 'dave.xls' and ask if there's anything that you don't understand because I'm useless at explaining things! Can someone please help me clean up my code, or work out what is wrong? Thanks, Dave +-------------------------------------------------------------------+ |Filename: dave.zip | |Download: http://www.excelforum.com/attachment.php?postid=4034 | +-------------------------------------------------------------------+ -- David.Allen297 ------------------------------------------------------------------------ David.Allen297's Profile: http://www.excelforum.com/member.php...o&userid=27820 View this thread: http://www.excelforum.com/showthread...hreadid=484471 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
search massive | Excel Worksheet Functions | |||
Converting Julian Seconds with a macro to replace old seconds data | Excel Discussion (Misc queries) | |||
Recalculation taking a massive 11 seconds | Excel Worksheet Functions | |||
Recalculation taking a massive 11 seconds | Excel Worksheet Functions | |||
Convert "Time Interval" in "hours : minutes : seconds" to seconds | New Users to Excel |