excel slow on large number of entries with calculations

Deleted
Not applicable

Hi Experts

this is an issue that refuses to go away, i noticed that with an excel sheet with large number of rows, usually more than 10K rows, along with a simple calculation like countif, causes excel to stop respinding showing % counter progressing slow and even slows down the PC. i have an I7 CPU, 16GB RAM and 256 HD SSD so i think its quite a powerful machine, yet still slow.

is there a way to wrokaround this?

access or and sql db is fairly limitied as i will have to spend a lot of time learning sql queris, and sometimes its gust to much, to get similar results to index, Xlookup and other function in excel.

please help

5 Replies

Hi,

 

Here are two tips that may help you:

 

#1 Use all processors for calculating

 

Excel Options.png

 

 

#2 Turn off Automatic Calculation

 

Turn off Automatic Calculation.png

 

 

thanks, but i have already exhausted these options :)

10K rows shall not be an issue, if only array-like formulas and VLLOKUPs. Just in case here are https://msdn.microsoft.com/en-us/library/office/mt709003.aspx some tips

Hi Sergey

not sure how to formulate the question....

for example the following countif:  =countif($a$2:$A$50000,a2),is calculation time linear? e.g. number of rows multiplied by the sub calculations where each time you have to go over the whole array to count each entry?

is the time doubled if i do countifS for 2 columns?

is the calculation time linear until some point and than in becomes exponential of sort of simply take so much time that it looks like it?

and for any case, is there a number from which it becomes not efficient to run this type of calculation?

bean there, done that :) anything else?