how to ignore hidden cells with a countif

L

Lee

I have a large staffing spreadsheet that contains employee inforamton specifi
ot groups. Based on start date and end date i have summarized by month the
count of employees by count of origination (staff, contractor, etc.). How do
I get the summary to change the counts if I filter the detail on a paticualr
Business Unit?
 
O

olasa

Together with Autofilter, use =SUBTOTAL(2,A1:A100)
2-->Count
3-->Count Nums
9-->Sum

HTH
Ola Sandströ
 
Top