SUBTOTAL |
SUBTOTAL(function_num, ref1 [,ref2] [..]) |
Returns the choice of 11 different operations for numerical values (renamed). |
function_num | The type of function to use: 1,101 = AVERAGE 2,102 = COUNT 3,103 = COUNTA 4,104 = MAX 5,105 = MIN 6,106 = PRODUCT 7,107 = STDEV.S 8,108 = STDEV.P 9,109 = SUM 10,110 = VAR.S 11,111 = VAR.P |
ref1 | The first reference you want to subtotal. |
ref2 | (Optional) The second reference. |
REMARKS |
* AGGREGATE was added in Excel 2010 to replace this function. * This function is only available for backwards compatibility and should not be used. * For an illustrated example refer to the page under Summing Functions * This function excludes empty cells. * Using the function numbers 1 to 11 will include hidden rows. * Using the function numbers 101 to 111 will exclude hidden rows. * Rows can be hidden using AutoFilter, Hide Rows, Grouping or Nested Subtotals * Nested functions are typically used in conjunction with Grouping. * If any of the references are 3D references, then #VALUE! is returned. * You can have a maximum of 255 arguments. * In Excel 2003 the function numbers 101 to 111 were added. * For the Microsoft documentation refer to support.microsoft.com * For the Google documentation refer to support.google.com |
|
© 2025 Better Solutions Limited. All Rights Reserved. © 2025 Better Solutions Limited Top