简体   繁体   English

有没有一种方法可以计算出Excel计算的成本(时间和内存)?

[英]Is there a way to calculate the cost (time and memory) of excel calculations?

例如,如果我需要决定在使一列成为数组公式还是使另外两列sumif列然后将它们加在一起,那么我该如何做出一个好的决定?

You can use the RangeCalc addin downloadable from http://www.decisionmodels.com/downloads.htm 您可以使用可从http://www.decisionmodels.com/downloads.htm下载的RangeCalc插件
This gives you accurate timing of the calculation of the selected cells, so you can compare calculating the array formula with 2 SUMIF columns (the SUMIF columns will probably be faster) 这样可以为您精确计算选定单元格的时间,因此您可以将计算数组公式与2个SUMIF列进行比较(SUMIF列可能会更快)

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM