formula for entire colum

S

sigfreund

Sorry to have to ask such a basic question, but how do I apply a formul
to an entire colum? I want c3=c2+a3-b3, c4=c3+a4-b4, c5=c4+a5-b5, .
 
C

CLR

If you double-click on the little black square in the lower right hand corner
of your bottommost cell with the formula in it, it will copy itself down
column C as far as you have data in column B........

Vaya con Dios,
Chuck, CABGx3
 
B

Bob Phillips

Enter =C2+A3 in C3, then select C 3, and go to the bottom right until the
cursor changes to a dark cross, and drag it down the column.

--
HTH

Bob Phillips

(remove nothere from email address if mailing direct)
 
D

Dave O

Land the cell pointer on C3 and click >Edit >Copy. Highlight cells C4,
C5, etc. and click >Edit >Paste. The cell references will change in
each cell as you paste.
 
D

Doug Kanter

sigfreund said:
Sorry to have to ask such a basic question, but how do I apply a formula
to an entire colum? I want c3=c2+a3-b3, c4=c3+a4-b4, c5=c4+a5-b5, . .

Just copy & paste. Excel will increment the formula for each line.
 
Top