multiply

L

Leonard

I need to multi ply C x D with answer in E
C x F with answer in G
C x H with answer in I
C x J with answer in K
C x L with answer in M
and I need to do this row after row.
Can anyone help.
Leonard
 
G

Gary''s Student

In E1 put =C1*D1
In G1 put =C1*F1
In I1 put =C1*H1
In K1 put =C1*J1
In M1 put =C1*L1

Select E1 and copy down.
Do the same for G1, I1, K1, and M1
 
Top