A Check Mark

  • Thread starter Thread starter Silvia
  • Start date Start date
S

Silvia

Hello, out there!
How do I get a check mark to show up in a cell in a
worksheet? I tried character map and found a checkmark in
the wingdings2. However, when I copy it, I get a "P".

Is there a shortcut method -- like a combination of keys
that will always give me a check mark???

Thanks for your time and expertise.
 
You need to make sure that the cell formatting is also Wingdings 2.
 
Hi Silvia

There is no shortcut but
If the Cell font is Wingdings2 you can use the uppercase P

Did you try the Uppercase P
 
Use insert, then symbol. Then look around the different
options in those menus and you will find a check mark.
 
One more option:

Format the cell(s) as "wingdings 2", but then apply a custom number format, too:
P;P;P;P



Any set of characters will convert to your check mark. Hit the delete key to
clear the cell.

Then if you need to check if that cell has a checkmark:

=if(a1="","no check","has check")
 

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