Symbol = Character Code 25BA

  • Thread starter Thread starter Ken
  • Start date Start date
K

Ken

Excel2003 ... Is there a way to "Conditional Format" based off of a specific
Character Code such as Symbol Character Code 25BA?

Thanks ... Kha
 
I would put the Unicode character in some cell, say Z100.

Then to conditionally format another cell, say A1, you can use FormulaIs

=A1=Z100
 
Back
Top