View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
tonyv tonyv is offline
external usenet poster
 
Posts: 5
Default count if on Visible - Filtered

Hi,

I'm trying to get a simple conditional formula to work when I Auto Filter.

How can this be done?

I need to calculate the percentage of visible cells that have 1 in them of
the total visible cells

=COUNTIF(G9:G99,1)/COUNTA(G9:G99)