How to use different =COUNT with Lists

G

Guest

I have a lists of 315 rows on sheet 1. On sheet 2, I have basic stats
functions like COUNT, STDEV, MIN, MODE, MAX, AVERAGE, ETC.

When I filter the list, my counts statistics stay the same, not display the
statistics for the filtered set. SO they show 315 rather than 250, etc. I
have tried Dcount, but I cant get it to work.

If I cant get it to change, I need a way to copy the filtered lists (
remaining entries) and automaticly copy them and past them into a new sheet.
 
B

Bob Phillips

This will get the count assuming column B is filtered, and the count is of
column A

=SUMPRODUCT(SUBTOTAL(3,OFFSET($B$1,ROW($B$1:$B$100)-ROW($B$1),,1))*(ISNUMBER
(A1:A100)))

--
HTH

Bob Phillips

(replace somewhere in email address with gmail if mailing direct)

Sahis_AU said:
I have a lists of 315 rows on sheet 1. On sheet 2, I have basic stats
functions like COUNT, STDEV, MIN, MODE, MAX, AVERAGE, ETC.

When I filter the list, my counts statistics stay the same, not display the
statistics for the filtered set. SO they show 315 rather than 250, etc. I
have tried Dcount, but I cant get it to work.

If I cant get it to change, I need a way to copy the filtered lists (
remaining entries) and automaticly copy them and past them into a new
sheet.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top