How can I subtotal my weekly totals by months?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a plot of 5 item types going down the left side and then the values
plotted to the right with the corresponding week dates above each. I want to
take that data and subtotal by months or put it into Access to subtotal by
month.
 
here is an example

SUMPRODUCT((MONTH(B4:D4)=6)*(B5:D5))

where the dates are in B4:D4, and the data to be subtotalled in B5:D5

the above sums for the month of June ( month 6)
 

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