I would like to use a conditional formatting rule in an excel file that would color any box with a question mark in it red. It seems that Excel is using a question mark as a wild card and will turn all cells with at least one character in them red. How can i escape the question mark?

These don't seem to work:

  • "?"
  • \?
  • '?'
  • ??
link|improve this question

feedback

2 Answers

up vote 2 down vote accepted

Prefix it with tilde

~?
link|improve this answer
Thanks for the quick answer. – kzh May 24 '10 at 21:20
feedback

Change the rule to "cells ending with" "?". This will color all cells with a question mark assuming it is the last character.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.