how do i search for cells containing a question mark (?)

  • Thread starter Thread starter sokevin
  • Start date Start date
S

sokevin

hi,


i want to search for or autofilter cells containing a "?" (questio
mark)

someone has previosly put

1234-00-222?
1234-00-223?

in a cells

where the question mark represents that he is not sure at the time o
input about the number

now i need to filter all the cells that contain a ? so that i ca
amend or confirm those numbers.


however when i do a FIND (ctrl F) for ? or a autofilter for cell
containing ? it doesnt find or filter anything.


i also tried searching for "?" but doesn work.


does anyone have a solution.


thanks :
 
In AutoFilter, choose Custom, and then select "Contains" (second to last
option in the drop down). Enter a "?" in the box to the right and hit OK.
 
Type a tilde ( ~ ) before the question mark, e.g. ~?

It's on the key to the left of the number 1 key, above the Tab key.

Use the ~? in a custom AutoFilter, or in the Find box.
 
Acually Debra, to be picky,
~?
returns *only* a solitary question mark.
To answer the OP,
*~?
is what has to be entered to find 1234-00-232?.
And to find the question mark anywhere,
*~?*
is needed.
--

Regards,

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

Type a tilde ( ~ ) before the question mark, e.g. ~?

It's on the key to the left of the number 1 key, above the Tab key.

Use the ~? in a custom AutoFilter, or in the Find box.
 
The OP said:

"however when i do a FIND (ctrl F) for ? or a autofilter for cells
containing ? it doesnt find or filter anything."

I assumed that 'contains' was selected as the operator in a custom
autofilter. In that case, no asterisks are required.
 
what does the ? normally stand for in a search query

i know the asterix * usually means "anything" or "all"


thanks :
 
sokevin > said:
what does the ? normally stand for in a search query

i know the asterix * usually means "anything" or "all"
Using ? means: Search for a single character like in
me?t.
 

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