+ Reply to Thread
Results 1 to 2 of 2

How do I calculate only visible data (not hidden rows)?

  1. #1
    Peter
    Guest

    How do I calculate only visible data (not hidden rows)?

    When I sort some data and hide rows or columns formulas are calculating using
    the entire database (including hidden rows). I'd like to calculate only
    'visibe' data.

  2. #2
    Pete_UK
    Guest

    Re: How do I calculate only visible data (not hidden rows)?

    Use SUBTOTAL( ) to act on only visible rows. For example, the formula:

    =SUBTOTAL(9,A1:A100)

    (equivalent to SUM) will only add the values in A1:A100 which are
    visible.

    Other parameters can be used instead of 9 to change the function -
    check out Excel Help for a list of them.

    Hope this helps.

    Pete

    Peter wrote:
    > When I sort some data and hide rows or columns formulas are calculating using
    > the entire database (including hidden rows). I'd like to calculate only
    > 'visibe' data.



+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1