For example:
A1=1
B1=1
C1=IF(A1=B1,“true”,“false”)
They all are of number format (default), and now the result of C1 is “true”.
Then I set the format of A1 as text format, and I think the result of C1 should be “false” but it’s not.
How to change cell format correctly?
Calc Version: 6.2.8.2