How can I stop my text cells which start with a dash from turning into cells where Excel expects a formula?

link|improve this question
feedback

1 Answer

up vote 8 down vote accepted

comment it using the single quote

e.g.

'-A10

will display -A10 in excel instead of it being misinterpreted as formula.

link|improve this answer
Thanks! Is there any option to turn it off though so I don't have to keep using a single quote? – Sean McRaghty Dec 22 '10 at 20:13
1  
Maybe you can set the cell formatting to text/string before entering text. – Martin Dec 22 '10 at 20:21
Preceding it by a space seems to be the easiest solution for me. Thanks everyone.... – Sean McRaghty Dec 22 '10 at 20:46
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.