Telling rows or columns what to do.

K

KissFreak

How do I get like one row to multiply two colums while at the same time
getting the columns to add up a total at the bottom?
Thanks
Mike
 
G

Guest

Row A times row B equals row c.
then colum A to add all the way down to get a total on
row 31. And colum c added all the way down to get a total
on row 31.
 
D

Don Guillett

in c1 =(a1*b1) and drag down.
highlight the cells to sum with one extra>touch the sum button on your
toolbar. The one that looks like a greek E.
 
Top