View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
keepITcool keepITcool is offline
external usenet poster
 
Posts: 2,253
Default MY ARRAY FORMULA IS SLOW IF DATA LIST IS MORE THAN 10000R0WS


it would help if you posted the formula..
and explain how the data is organized (sorting, alpha(numeric) etc)

but yes.. i'd say array formulas on multiple columns
on 10000 rows of data takes processing time.

also you do not say if the arrayformula is entered in
an array of cells or just returns 1 value in 1 cell.

possible scenarios:
add a "helper" column with true/false formulae
then do a simple sumif.

write a custom function in VBA
(possibly not fast enough..)


--
keepITcool
| www.XLsupport.com | keepITcool chello nl | amsterdam


S.DURAIVEL - ABU DHABI wrote :

My array formula works very slower if the data list is more than
10000 rows and 200 columns. This situation i could not avoid also.
Dsum kind of approach does not meet my complex requirement. pl.
suggest