Insert a symbol in an IF function - Excel

Rrradassse -  
Ange420 Posted messages 437 Status Member -
Hello,

I want to insert a symbol (specifically, a checked box, code 41 in the symbols of the "CommercialPi BT" font) such as:

=IF(B1=AA1;checked box;"value if false")...

However, I can't insert a symbol while typing the formula and copying my symbol results in ")" in the formula, so instead of a checked box, I have a parenthesis...

Do you know how to do this? I heard that every symbol has its code, but I suppose the code I see in my symbols (41, which is a number) is not the one I need...

Thank you very much

Rrrady

6 answers

  1. Raymond PENTIER Posted messages 58227 Registration date   Status Contributor Last intervention   17 490
     
    Hello.

    Try putting your "checked box" in cell Z1 and writing your formula
    =IF(B1=AA1,Z1,"false value")
    --
    It’s nice to be retired! Especially in the Caribbean ... :-)
    ☻ Raymond ♂
    3
    1. Raymond PENTIER Posted messages 58227 Registration date   Status Contributor Last intervention   17 490
       
      Of course, you understood it, the cell containing the formula must have the same font as Z1!
      0