Hi!
By default, truth values are displayed as "TRUE" or "FALSE" in Excel. Is
there a way to change this? E.g., can I have just a e.g. an "x" instead of
"TRUE" and a "." only instead of "False"?
Of course, I could use formulas like...
A1=IF(<Condition>,"x";".")
....but this way, I'd have to use
A2=IF(A1="x"; ..., ...)
....instead of the more simple
A2=IF(A1; ..., ...)
So, can I change the way Excel displays truth values?
Ingolf.
Bookmarks