Find a String in a Cell

  • Thread starter Thread starter jerry chapman
  • Start date Start date
J

jerry chapman

I want to get the value of a cell and search for a specified string in that
value. How could I do that? I have looked for a "find" command without
success.
 
I want to get the value of a cell and search for a specified string in that
value. How could I do that? I have looked for a "find" command without
success.

For Excel, type "FIND worksheet function" into the Help box. Also look at the
SEARCH function.

For VBA, you may also use INSTR.


--ron
 

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