View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.newusers
Sandy Mann Sandy Mann is offline
external usenet poster
 
Posts: 2,345
Default What happens if you put "+" before a formula?

I assume you mean that +(C13*(1+$M$10)+J13)/(1-$M$12) give rhe same result
as =(C13*(1+$M$10)+J13)/(1-$M$12)

I believe that this was to make Excel compatable with Lotus which was the
eading spreadsheet program when XL came out.
--
HTH

Sandy
In Perth, the ancient capital of Scotland
and the crowning place of kings


Replace @mailinator.com with @tiscali.co.uk


"AB" wrote in message
...
I'm unable to understand what use a "+" sign has if it is put before a
formula.
For ex: +(C13*(1+$M$10)+J13)/(1-$M$12) gives the same result as
(C13*(1+$M$10)+J13)/(1-$M$12).