product function

  • Thread starter Thread starter spiderman
  • Start date Start date
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
 
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top