View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
CLR CLR is offline
external usenet poster
 
Posts: 1,998
Default Count Number of Rows

Assuming you already know the total number of Rows, the SUBTOTAL formula will
give you a COUNTA of just the VISIBLE (ie filtered) cells. Then you can just
subtract the filtered number from the total.

Vaya con Dios,
Chuck, CABGx3



"Hoffma" wrote:

I filtered non-numerical data in a spreadsheet and need to count the number
of remaining rows. The row numbers are not in order due to filtering. What
is an easy way to count the number of rows remaining? COUNTA doesn't work.