View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.misc
Pete_UK Pete_UK is offline
external usenet poster
 
Posts: 8,856
Default Counting a filtered range

You might need to make it:

=SUBTOTAL(3,A1:A100)

3 being equivalent to COUNTA (for the word "Female").

Hope this helps.

Pete

On Jul 11, 12:56 am, "Bob Phillips" wrote:
Sorry, should have been

=SUBTOTAL(2,A1:A100)

9 is the Sum not Count

--
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)

"Jenny" wrote in message

...



I am looking for a formula that counts the total number of cells in a
filtered list. In my table one of the colunms lists gender. I need a
formula
so that when I filter on female, it gives me the total number of females
in
the list. Can anyone help?- Hide quoted text -


- Show quoted text -