Cross product

T

TR

I want to find the sum of the products of the numbers in column A and
column B. Is there a cleaner way to do that then creating column C
with the products and then summing column C?

TIA
 
P

Pete Loughborough

TR said:
I want to find the sum of the products of the numbers in column A and
column B. Is there a cleaner way to do that then creating column C
with the products and then summing column C?

TIA


Use the =Sumproduct function.
 
B

Bob Greenblatt

I want to find the sum of the products of the numbers in column A and
column B. Is there a cleaner way to do that then creating column C
with the products and then summing column C?

TIA
Use the sumproduct function, or an array formula, something like:
=sum(a1:a100*b1:b100) use control-shift-return to enter the formula. When
properly array entered, Excel will place braces {} around the formula -
don't type these.
 
T

TR

Thanks to both who provided answers. I knew there was a function there
somewhere. Searching help on "cross product" didn't get it for me.

TR
 

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

Top