Syntax :
SUBTOTAL ( functionCode, ref1, ref2 ... )
functionCode | (1-11) Selects the underlying aggregate function to be used (see table below) |
ref1, ref2 ... | Arguments to be passed to the underlying aggregate function |
functionCode | Aggregate Function |
---|---|
1 | AVERAGE |
2 | COUNT |
3 | COUNTA |
4 | MAX |
5 | MIN |
6 | PRODUCT |
7 | STDEV |
8 | STDEVP * |
9 | SUM |
10 | VAR * |
11 | VARP * |
101-111 | * |
|
|
|
|