Filters

srmorgan

Board Regular
Joined
Apr 18, 2002
Messages
184
Office Version
  1. 365
Platform
  1. Windows
I am using auto filter to clean up a file.
Sometimes when I filter out a variable I get a little message in the lower left hand corner of the screen stating the number of records.
Sometimes I don't.
Any idea why?

Also, how can I get the count of the records pulled up by the filter?

Thanks

Steve
 

Excel Facts

Who is Mr Spreadsheet?
Author John Walkenbach was Mr Spreadsheet until his retirement in June 2019.
generally im sure your right you should get the count, but seems can get lost and will again re oppear??? Excel floor i say...

=COUNTIF(A1:A6,"<> 0")
 
Upvote 0
Better than countif is the subtotal function which is designed for use in Filters and grouping

You have a number of options

Subtotal(2,D2:D100) will count numbers in D2-D100

Subtotal(3,D2:D100) will count characters in the range

Subtotal(9,D2:D100) will give you the sum of the values in the displayed columns.

There are 11 different values you can get these are the ones I use most...check out the Excel Help to get the others.
 
Upvote 0

Forum statistics

Threads
1,214,591
Messages
6,120,427
Members
448,961
Latest member
nzskater

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top