Newbie question

E

Emilio

Hi all,

I need to find an easier way to do this:

= A1*B1+A2*B2+A3*B3+A4*B4+A5*B5+A6*B6 and so on

Can someone please help me.

Thanks in advance,
Emilio
 
K

Katherine Coombs

Hi Emilio,

Try this:

=SUMPRODUCT(A1:A6,B1:B6)

Expand the range (ie change A6 and B6) as necessary.

HTH,
Katherine
 
E

Emilio

Thank you very much

Emilio

-----Original Message-----
Hi Emilio,

Try this:

=SUMPRODUCT(A1:A6,B1:B6)

Expand the range (ie change A6 and B6) as necessary.

HTH,
Katherine



.
 

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