Multi conditional statistics (avg, std dev, z-scores) for large data sets in Excel/VBA
问题 I'm looking to calculate statistics for a large data set on Excel and encountering some issues due to data set size. It seems VBA may be the way to go, as copying AVERAGEIF and STDDEV array functions across data this size is causing long calculation times. Appreciate possible solutions or code that could be used here. Goals: To calculate statistics (avg, std dev, z-scores) conditional on 2 identifiers (e.g. average of all heights at 01/01/10) Able to handle large data sets (100k+ data points)