#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 97
Default Sub countm in filter

Hello,

there is a fuction in excel that can subtotal whatever we filter. Is there
any fuction in a " CountA" which can subcount what ever we filter in the
worksheet?. I tried to look up all the functions but none that can subcount
the data that we filter.

Appreciate any ideas on this.

Thanks,

Frank

  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11,501
Default Sub countm in filter

Hi,

I may have misunderstood but if you simply want to add up the visible data
in a filtered list try:-

=SUBTOTAL(9,A1:A14)

If your un-filtered list is in A1-A14 put this in A15

Mike

"Frank Situmorang" wrote:

Hello,

there is a fuction in excel that can subtotal whatever we filter. Is there
any fuction in a " CountA" which can subcount what ever we filter in the
worksheet?. I tried to look up all the functions but none that can subcount
the data that we filter.

Appreciate any ideas on this.

Thanks,

Frank

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 97
Default Sub countm in filter

Thank you Mike, I thought that it is true for only sum, in fact the ref.3 is
for countA.

Frank

"Mike H" wrote:

Hi,

I may have misunderstood but if you simply want to add up the visible data
in a filtered list try:-

=SUBTOTAL(9,A1:A14)

If your un-filtered list is in A1-A14 put this in A15

Mike

"Frank Situmorang" wrote:

Hello,

there is a fuction in excel that can subtotal whatever we filter. Is there
any fuction in a " CountA" which can subcount what ever we filter in the
worksheet?. I tried to look up all the functions but none that can subcount
the data that we filter.

Appreciate any ideas on this.

Thanks,

Frank

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,856
Default Sub countm in filter

If you want to do a COUNTA of just the visible rows then use this:

=SUBTOTAL(3,range)

There are other parameters that can be used instead of 3 to give you
different functions - check out Excel Help under SUBTOTAL for the
others.

Hope this helps.

Pete

On Jul 31, 9:02 am, Frank Situmorang
wrote:
Hello,

there is a fuction in excel that can subtotal whatever we filter. Is there
any fuction in a " CountA" which can subcount what ever we filter in the
worksheet?. I tried to look up all the functions but none that can subcount
the data that we filter.

Appreciate any ideas on this.

Thanks,

Frank



  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 663
Default Sub countm in filter

Hi,
Hi,

You can use this function.

COUNTA

Counts the number of cells that are not empty and the values within the list
of arguments. Use COUNTA to count the number of cells that contain data in a
range or array.

Syntax

COUNTA(value1,value2,...)

Value1, value2, ... are 1 to 30 arguments representing the values you want
to count.

Remarks

A value is any type of information, including error values and empty text
(""). A value does not include empty cells.

If an argument is an array or reference, only values in that array or
reference are used. Empty cells and text values in the array or reference are
ignored.
If you do not need to count logical values, text, or error values, use the
COUNT function.

Challa Prabhu

"Frank Situmorang" wrote:

Hello,

there is a fuction in excel that can subtotal whatever we filter. Is there
any fuction in a " CountA" which can subcount what ever we filter in the
worksheet?. I tried to look up all the functions but none that can subcount
the data that we filter.

Appreciate any ideas on this.

Thanks,

Frank

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
Why won't advanced filter return filter results? jaws4518 Excel Worksheet Functions 5 September 12th 06 06:11 PM
How do I use advanced filter to filter for blank cells? Monique Excel Discussion (Misc queries) 2 March 21st 06 06:43 PM
Excel auto filter doesn't recoginize case - won't filter AA from A Mikey Excel Discussion (Misc queries) 1 September 29th 05 08:18 PM
"Criteria Range" in the "Data/Filter/Advanced Filter" to select Du TC Excel Worksheet Functions 1 May 12th 05 02:06 AM
advanced filter won't allow me to filter on bracketed text (-456.2 LucianoG Excel Discussion (Misc queries) 1 December 6th 04 08:38 PM


All times are GMT +1. The time now is 06:49 AM.

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

About Us

"It's about Microsoft Excel"