Excel Filter Mode Record Found in Status Bar

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

In Excel filter mode, the status bar at the bottom shows either "Filter Mode" or "X of Y Records Found". I cannot consistently duplicate the later, which is very useful.

How do you make the status bar state "X of Y Records Found".
 
Les,

You can roll your own in a cell:

=SUBTOTAL(3,A2:A65536) & " of " & COUNTA(A2:A65536) & " records found."

There must be an entry in every row in column A for this to work properly.

--
Earl Kiosterud
mvpearl omitthisword at verizon period net
-------------------------------------------

Les said:
In Excel filter mode, the status bar at the bottom shows either "Filter
Mode" or "X of Y Records Found". I cannot consistently duplicate the later,
which is very useful.
 
Back
Top