ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   Sub countm in filter (https://www.excelbanter.com/excel-discussion-misc-queries/152349-sub-countm-filter.html)

Frank Situmorang

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


Mike H

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


Frank Situmorang

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


Pete_UK

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




challa prabhu

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



All times are GMT +1. The time now is 08:12 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com