need short cuts in the find option

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

Guest

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
 
maybe looking for
*core
will help you find all the cells that contain values that end with CORE.

The asterisk is a wildcard.
 
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.
 
I thought you wanted the beginning of words as well starting with #s
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top