Adding cells

D

Daniel

How do I: enter a number in one cell which automatically is added to the
number in another cell?

For example:

Entering 10 in A1 makes:
A2 = 100 + 10.
 
B

Bob Phillips

In A2, =A1+100

--
HTH

Bob Phillips

(remove nothere from email address if mailing direct)
 
Top