View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Bob Phillips Bob Phillips is offline
external usenet poster
 
Posts: 10,593
Default Using formulas along with Auto Filters

Look at the SUBTOTAL function in help.

--
---
HTH

Bob


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



"Mel" wrote in message
...
I have a worksheet that has several columns, all with auto filters. I want
to 'sum and/or count' results in each of the columns based on filters
selected.

Example; Sheet 1 has data in array B1:E52. if column B has auto filter
set
to select only 'Bananas', then I only want to count the results that
correspond to column B, in Columns C - E. Currently my results are the
same,
no matter what filters are selected.