Can Excel Recognize the "SYMBOL 252" check Mark in a Conditional Formatting scheme

Tacnola1

New Member
Joined
Apr 24, 2019
Messages
17
I would like to set a scenario where I have a list in Column A with a value in column B. But I would like to be able to use the Wingdings symbol 252 (the Check Mark) as a character. When the check mark symbol is entered into Column C then the Column B cell will be formatted per a Conditional Formatting Scheme based on the check mark.

Is this doable?

I am aware of boxed check mark, my goal is to not have to use that version if I don't have to. I'm not a fan...per se.

Thank you!
 

Excel Facts

Best way to learn Power Query?
Read M is for (Data) Monkey book by Ken Puls and Miguel Escobar. It is the complete guide to Power Query.
Hi & welcome to MrExcel
You can use
=$C2="ü"
 
Upvote 0
AMAZING!! I DO LOVE ME SOME EXCEL!! Thank you so much for the quick response and the article you posted!!
 
Upvote 0
You are welcome.
Glad we were able to help.
 
Upvote 0
So..Road block...

So far no luck...
I have entered
="IF(C3=(Char(252)"
="if (C3="the u with 2dots"symobol)
Nothing I have entered has changed the B3 cell as needed
 
Upvote 0
You don't need the if just use
=$C3=char(252)
or
=$C3="ü"
 
Upvote 0

Forum statistics

Threads
1,214,911
Messages
6,122,192
Members
449,072
Latest member
DW Draft

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top