- Open Calc. Select some cell. Ensure the cell format is “Number”:
Context Menu > Format Cells > Numbers > Category = Number
- In the selected cell, type “= foo bar” (without quotes).
It will be an error: “Err:509”.
-
Change the format of this cell from “Number” to “Text”.
-
See that “Err:509” wasn’t changed to “= foo bar”. It is still “Err:509”.
To actually change how the cell is displayed, It will be necessary to add some symbol on its end (so it will be “= foo bara”), and then remove it (so it will be “= foo bar” without “a”).
It is very inconvenient. Especially when you have a lot of such cells. Is there some clever way to do it?