anderslyman wrote:I wish I could, it's a work spreadsheet and has sensitive information.
Simply remove everything except for the offending text-formulas.
zcat7777 wrote:I think that comes from formatting the cells with the formulas as text after creating the formulas
It's the other way round. Any input is treated literally
after number format "Text" has been applied.
No formatting will ever change your values, but this special number format affects new values to come.
A text-value "123" won't be converted to number when you apply some number format.
A numeric value 123 won't be converted to text when you apply number format "Text".
Same with formulas:
A text-value "=A1" won't be converted to a formula when you apply some number format.
A formula =A1 won't be converted to text when you apply number format "Text".
I wish they would ban number format "Text" from the UI and replace it with a check box "Treat input as literal text", which disables all number formatting options while being checked.