Insert a symbol in an IF function - Excel
Rrradassse
-
Ange420 Posted messages 437 Status Member -
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
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
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 ♂
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 ♂
Raymond PENTIER
Posted messages
58207
Registration date
Status
Contributor
Last intervention
17 476
Of course, you understood it, the cell containing the formula must have the same font as Z1!