Formula Arrays VERY SLOW in Excel 2002

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

Guest

I am currently testing/comparing Excel
2002 (Windows XP)
and Excel 97 (Windows NT). I have a
spreadsheet with 50-
75 Formula Arrays (i.e. =sum(if
(A1:A5="A",B1:B5))) that
seems to be taking a very long time to
calculate. My
process is to turn calcs off (application.calc
=
xlmanual), then insert some new data,
then turn calcs back
on (application.calc = xlautomatic).
In my testing process, I have found that it
takes 5-10
times longer in Excel 2002 compared to
Excel 97!!
Does anybody have any suggestions on
why this is happening
and what I could do to fix it?
 
Patrick-

For starters, your formula doesn't need to be array-
entered. Simply use:

=SUMIF(A1:A5,"A",B1:B15)

entered normally. See if this changes affects the speed.

HTH
Jason
Atlanta, GA
 
Jason

Thanks for the info but what is the difference between excel 97 and excel
2002?

Patrick
 

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

Similar Threads


Back
Top