Wildcard for finding items that start with ?

K

KrispyData

I would like to search for data that starts with "AT". When I use "AT*" it
also gives me results like HEAT or HAT when what I really want are results
like ATTIC or ATONE. Is there a way to do this?
 
D

Dave Peterson

Another way (maybe...).

If the data is in a single column, you could apply Data|Filter|autofilter and
show only the cells that begin with AT (under the custom option).
 
Top