Forum Discussion
Anonymous
Oct 13, 2017excel slow on large number of entries with calculations
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 ex...
Anonymous
Nov 01, 2017thanks, but i have already exhausted these options :-)
SergeiBaklan
Nov 01, 2017Diamond Contributor
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
- AnonymousNov 03, 2017
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?