View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.newusers
AB AB is offline
external usenet poster
 
Posts: 33
Default What happens if you put "+" before a formula?

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).