XL97: SUBTOTAL May Include Data in Hidden Rows

Last reviewed: January 9, 1998
Article ID: Q177051
The information in this article applies to:
  • Microsoft Excel 97 for Windows

SYMPTOMS

The SUBTOTAL worksheet function may include data from hidden rows when the subtotal is calculated. This behavior occurs even when the data is hidden when you filter the list.

CAUSE

This behavior occurs when you use defined names instead of cell references to describe the range for the SUBTOTAL function. For example, in the following formulas

   =SUBTOTAL(9, mary:joe)

   -or-

   =SUBTOTAL(9, B2:Joe)

"Joe" and "Mary" are defined names that each refer to a cell.

NOTE: When you use a defined name that references the entire range, the problem does not occur. For example, when you use a defined name called "Area" that references a cell range, such as B2:B8, the following formula

   =SUBTOTAL(9, "Area")

does not exhibit the problem.

This problem does not occur in earlier versions of Microsoft Excel.

WORKAROUND

To work around this problem, do either of the following:

  • Use a defined name in the SUBTOTAL function only when it refers to the entire range.

        -or-
    
  • Use cell references instead of defined names to specify the range in the SUBTOTAL function.

STATUS

Microsoft has confirmed this to be a problem of Microsoft Excel 97 for Windows. We are researching this problem and will post new information here in the Microsoft Knowledge Base as it becomes available.

REFERENCES

For more information about the SUBTOTAL worksheet function, click the Index tab in Microsoft Excel Help, type the following text

   SUBTOTAL worksheet function

and then double-click the selected text to go to the "SUBTOTAL" topic.


Additional query words: XL97 wrong incorrect total exclude
Keywords : xlformula
Version : WINDOWS:97
Platform : WINDOWS
Issue type : kbbug
Solution Type : kbworkaround


THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

Last reviewed: January 9, 1998
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.