product function

S

spiderman

How can I make column C as product of columns A and B so that every entry in
C would be a product of entries in A and B in the same row? Thank you
 
B

Bernard Liengme

As an alternative to the multiplication operator *, you could use the
PRODUCT function - the answer was in your question: in C1 use
=PRODUCT(A1:B1) copy down the column.
best wishes
 
Top