Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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. |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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. * Pick a column that always has something in it, and use =SUBTOTAL (3,your_column_ref_here). |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Count number of rows < Sumproduct | Excel Worksheet Functions | |||
COUNT NUMBER OF ROWS | Excel Worksheet Functions | |||
Count how many Rows ago a particular number was hit | Excel Worksheet Functions | |||
Count number of rows, where non relevant rows are hidden | Excel Discussion (Misc queries) | |||
Count rows and insert number to count them. | Excel Discussion (Misc queries) |