up vote 0 down vote favorite
share [g+] share [fb]

Why Microsoft Excel Show an Error Message when typing "--do--"? It show an message "Your Formulae is incomplete".

link|improve this question
feedback

migrated from stackoverflow.com Sep 9 '09 at 12:56

This question came from our site for professional and enthusiast programmers.

2 Answers

up vote 3 down vote accepted

Start your text with a single quote ' if you want to enter what Excel might think is a formula, because it contains numbers or is a mathematical expression.

The message box does say "If you are not trying to enter a formula, avoid using an equal sign, a minus sign, or precede it with a single quotation mark"

link|improve this answer
feedback

When you hit the first "-" it thinks you want to do a subtraction operation and tries to put a formula in the cell. If you first format the cell as text and then type that in you'll be fine.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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