Year to date sales

  • Thread starter Thread starter Pierre
  • Start date Start date
P

Pierre

Have dates in column S, and quantities shipped in columns M & N.

Looking for sither a SUMIF OR SUMPRODUCT formula which will give us
the year to date shipments in another workbook.

This one doesn't do it. . .Produces #VALUE .

=SUMPRODUCT(--(YEAR('[CST100.xls]Summary'!$S$8:$S
$800)=YEAR(2008)),'[CS0107.xls]Summary'!$M$8:$N$800)

Any ideas?

Pierre
 
Try it like this:

=SUMPRODUCT((YEAR('[CST100.xls]Summary'!$S$8:$S$800)=2008)*'[CS0107.xls]Summary'!$M$8:$N$800)
 

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