How to set webdings character in if function???

  • Thread starter Thread starter crapit
  • Start date Start date
C

crapit

if (condA=true,"Ï")





How to use function in cells to "print" webdings characters?
 
You can't include the font information within a formula - you have to
format the cell with the webdings font first, then your formula would
be:

=IF(condition,character,"")

where "character" is the letter or string that you want to appear.

Hope this helps.

Pete
 
ITs in the starting message

You can't include the font information within a formula - you have to
format the cell with the webdings font first, then your formula would
be:

=IF(condition,character,"")

where "character" is the letter or string that you want to appear.

Hope this helps.

Pete
 
I don't understand what you mean.

Is this a question? And, if so, can you give a few more details?

Pete
 
OH i see, the formula key in as normal the character wise, paste it in the
function, then format cell to be the desire fonts to achieve output

I don't understand what you mean.

Is this a question? And, if so, can you give a few more details?

Pete
 

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