Problem with SUMPRODUCT.

B

bentor

Hello,

I've got a problem with SUMPRODUCT function. I need to get all products
sold at C8's date, but sort by kind of this products.

A B C D
ID Date Stock Value
1 2005-08-12 copper 28,50
2 2005-09-12 zinc 47,50
3 2005-09-12 zinc 414,54
4 2005-09-11 copper 104,00
5 2005-09-13 steel 213,00

Date: =today()

I used this formula, but it don't work.
=SUMPRODUCT((B2:B6=B8);(C2:C6="steel");(D2:D6))


Looking forward to your thoughts, ideas and suggestions,

Bartosz Dlugokecki.
 

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