I used to do it all the time, Dave, when I first started with Excel
(having come from Quattro Pro), and I still do it occasionally now.
<ebg>
It would be quite easy for the Excel expression parser to replace =+
with just = when you have pressed the <Enter> key.
Pete
Sometimes it does. Bad form to quote yourself? I posted the following
a week ago....
Actually, it's a Windows thing. This doesn't (or at least didn't,
haven't used every Mac version) occur on a Mac, strangely enough.
You can start typing a formula or function with an =, +, or -. It
automatically adds the necessary = at the beginning if you start
typing with a + or -.
If you type a + to start typing in a formula, Win Excel leaves the
plus in there for no apparent reason. Interestingly, if you type a +
followed by numerals, like, "+100+A4", then it does work properly and
the final result is "=100+A4". But if you follow with a reference or a
function, it leaves the extraneous +. So entering "+A4+100" becomes "=
+A4+100".
I think many people use the + because it is on the 10-key portion of
the keyboard, easier to reach than =.
Sometimes I don't care since it is harmless. Sometimes it annoys me
and I do a Replace "=+" with "=".