a multi-rounded sumproduct

D

driller2

I have two columns (e.g. a1:a100 and b1:b100) filled numeric values an
i need the sumproduct of the two columns of data, considering that i
will only read or sum the value up to 2 decimal places of each produc
in every row....

can anyone help me out with this with a single formula.

any of your suggestion is requested.

thanks
romelsb :
 
M

Martin Fishlock

Hi Romelsb,

I think this should work:

=SUMPRODUCT(ROUND(A1:A100,2),ROUND(B1:B100,2))
 

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