what formula do i put for column m = column k minus column l in e.

J

jenniss

what formula do i put for column m = column k minus column

i have tried to do it by put the curser on the colmn so it highlightes all
the fields but this results in having the answer in row m1 and doesnt update
all the rows.
 
J

jenniss

jenniss said:
what formula do i put for column m = column K minus column L

i have tried to do it by put the curser on the colmn so it highlightes all
the fields but this results in having the answer in row m1 and doesnt update
all the rows.
 
J

jenniss

no doesnt work i know the formula is correct its just that it is putting the
formula in cell M1 rather than the whole of column M
 
D

Don Guillett

if you want =e1-f1 in col M then do that. If you want e2-f2 then grab the
fill handle in cell m1 and copy down.
 
G

Gord Dibben

jeniss

In M1 enter =K1-L1

Move the mouse pointer to the bottom right corner of M1.

You will see a black square lump.

Double-click on that lump to replicate the formula down as far as there is
data in column L.

=K1-L1 will be incremented to =K2-L2 and K3-L3 etc.

Gord Dibben Excel MVP
 
Top