Copy down problem 2

M

Mokey

I have the value 2 in cell A1 and the value 4 in cell A2.
I have the formulas =1+1 in cell b1 and =2+2 in cell b2.
I need a way to automatically add cell A1 into the formula
in cell B1, so that the new formula in B1 would be =1+1+A1
or =1+1+2. Then I need to be able to copy that down, so
that B2 would then equal =2+2+A2 or =2+2+4. Thanks!!
 
Top