Quickly finding a record within a file

J

Janiebutt

I have a file that contains 1,400 names and addresses. How do I find a name
quickly without having to scroll the whole file?
 
D

Dave Peterson

I like applying data|filter|autofilter

Then do a filter using custom, contains, and type just a little of what's in the
name.
 
Top