Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
wolfthrone
 
Posts: n/a
Default How do I omit hidden data from autosum calculations?

How do I omit hidden data from autosum calculations?
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Arvi Laanemets
 
Posts: n/a
Default How do I omit hidden data from autosum calculations?

Hi

Use SUBTOTAL() to calculate the sum (At least it works when rows are hidded
using autofilter - I'm not sure does it work when rows are simply hidden).


Arvi Laanemets


"wolfthrone" wrote in message
...
How do I omit hidden data from autosum calculations?



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Duke Carey
 
Posts: n/a
Default How do I omit hidden data from autosum calculations?

If the data is hidden by virtue of a filtering operation, rather than simply
hiding the rows, you can substitute

=SUBTOTAL(9,range)

for

=SUM(range)

The SUBTOTAL() fucntion will ignore rows that the filter hides

"wolfthrone" wrote:

How do I omit hidden data from autosum calculations?

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Kevin Vaughn
 
Posts: n/a
Default How do I omit hidden data from autosum calculations?

I am using 2000 so can't test this, but starting with 2003 (I believe) you
can also filter hidden rows not hidden by filtering by adding to whatever
number you are using in the subtotal formula. i.e.
=SUBTOTAL(9,range)
would become
=SUBTOTAL(109,range)

--
Kevin Vaughn


"Duke Carey" wrote:

If the data is hidden by virtue of a filtering operation, rather than simply
hiding the rows, you can substitute

=SUBTOTAL(9,range)

for

=SUM(range)

The SUBTOTAL() fucntion will ignore rows that the filter hides

"wolfthrone" wrote:

How do I omit hidden data from autosum calculations?

  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Roger Govier
 
Posts: n/a
Default How do I omit hidden data from autosum calculations?

Hi Arvin

For your information, in XL2003 you can use sub-total with any hidden
rows, as well as those hidden with filter.
You just use 100 added to the normal Subtotal parameter e.g

=SUBTOTAL(109,A5:A1000) as opposed to =SUBTOTAL(9,A5:A1000)

--
Regards

Roger Govier


"Arvi Laanemets" wrote in message
...
Hi

Use SUBTOTAL() to calculate the sum (At least it works when rows are
hidded
using autofilter - I'm not sure does it work when rows are simply
hidden).


Arvi Laanemets


"wolfthrone" wrote in message
...
How do I omit hidden data from autosum calculations?







  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Arvi Laanemets
 
Posts: n/a
Default How do I omit hidden data from autosum calculations?

:-)

Btw., as I use Xl2000, all additional features of any versions of Xl200* are
beyound my experience.


Arvi Laanemets


"Roger Govier" wrote in message
...
Sorry Arvi

An extraneous "n" crept onto the end of your name. Can't even blame "fat
fingers" for that one<bg
Maybe it was autocorrect and I didn't notice.

--
Regards

Roger Govier


"Roger Govier" wrote in message
...
Hi Arvin

For your information, in XL2003 you can use sub-total with any hidden
rows, as well as those hidden with filter.
You just use 100 added to the normal Subtotal parameter e.g

=SUBTOTAL(109,A5:A1000) as opposed to =SUBTOTAL(9,A5:A1000)

--
Regards

Roger Govier


"Arvi Laanemets" wrote in message
...
Hi

Use SUBTOTAL() to calculate the sum (At least it works when rows are
hidded
using autofilter - I'm not sure does it work when rows are simply
hidden).


Arvi Laanemets


"wolfthrone" wrote in message
...
How do I omit hidden data from autosum calculations?








Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
From several workbooks onto one excel worksheet steve Excel Discussion (Misc queries) 6 December 1st 05 08:03 AM
Charts not recognizing source data if original linked data is changed. JLC Charts and Charting in Excel 3 October 14th 05 01:29 AM
Help PLEASE! Not sure what answer is: Match? Index? Other? baz Excel Worksheet Functions 7 September 3rd 05 03:47 PM
sort column data with hidden columns - excel 2003 nanimadrina Excel Discussion (Misc queries) 2 April 26th 05 08:27 PM
Pulling data from 1 sheet to another Dave1155 Excel Worksheet Functions 1 January 12th 05 05:55 PM


All times are GMT +1. The time now is 12:05 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"