MY ARRAY FORMULA IS SLOW IF DATA LIST IS MORE THAN 10000R0WS

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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
 
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 :
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top