Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
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? |
#2
![]() |
|||
|
|||
![]()
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 -----Original Message----- 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? . |
#3
![]() |
|||
|
|||
![]()
Jason
Thanks for the info but what is the difference between excel 97 and excel 2002? Patrick "Jason Morin" wrote: 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 -----Original Message----- 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? . |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
insert a JPEG into EXCEL 2002 | Excel Discussion (Misc queries) | |||
Excel 2002 not working | Setting up and Configuration of Excel | |||
Data Forms in Excel 2002 | Setting up and Configuration of Excel | |||
Can the number of times undo is used in Excel 2002 be increased? | Setting up and Configuration of Excel | |||
How to calculate the data in excel 2002 including only the last 9. | Excel Worksheet Functions |