formula for a column

M

msdobe

I'm working on a daily worksheet where all the values for a column will be
the same

ex. L2/C2, L3/C3, L4/C4

How do I set it up?
 
M

Max

Assuming the column you want to compute the values
is in say, col M

Put in M2: =IF(C2=0,"",L2/C2)
and press ENTER

Point the cursor to the bottom right corner of M2
(cursor will turn into a "black cross")

Drag to fill as far down as required ..
 
Top