Where I have a cell in an .xlsx file that is "=..." I want to replace the "=" with '=, so can see the cells as strings rather than as the values.
For example,
A1 = 5
A2 = 10
A3 = (A1/A2) = 0.5
I want to see =A1/A2
rather than 0.5.
Thank you in advance for any and all help.