At 07:58 28/01/2009 -0500, Gene Young wrote:
... enter the formula as =(D1+200) -Note the parentheses.

I've noted the parentheses - but what do they do, please? (I hope the answer is "nothing".)

An example of this is =INT((D2 + (0.25*D2))) ...

You may be catching parenthesesitis.  Try:
     =INT(D2 + 0.25*D2)
(with one set of parentheses instead of your three) or even:
     =INT(1.25*D2)

Brian Barker


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to