Is it possible to search for the "?" character

I

Ian

Is there a way of searching the cells in a worksheet for the actual
character "?" since I don't want to use it as a wildcard but actually
search for the character itself within cells

Thanks in advance.
 
R

RagDyeR

Precede it with a tilde:
~?

Same would pertain to other wildcard:
~*
--

HTH,

RD
==============================================
Please keep all correspondence within the Group, so all may benefit!
==============================================

Is there a way of searching the cells in a worksheet for the actual
character "?" since I don't want to use it as a wildcard but actually
search for the character itself within cells

Thanks in advance.
 
D

Dave Peterson

And for that escape character, too.

~~
to search for just
~
(just to be complete.)
 

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

Top