need short cuts in the find option

T

Trisher75

I no that there are short cuts when using the find option. example i want to
find everything at the end of the text in a cell like the word CORE and the
begining of every word is something difrent like #'s. I no that you can
insert something so that it will look at the end of it... does that makes
sence???? arrggg i hope so LOL
 
D

Dave Peterson

maybe looking for
*core
will help you find all the cells that contain values that end with CORE.

The asterisk is a wildcard.
 
T

trisher75

thank you that worked.

Dave Peterson said:
maybe looking for
*core
will help you find all the cells that contain values that end with CORE.

The asterisk is a wildcard.
 
Top