summing data on months

N

navin

Hi All,

I have spreadsheet, in which col A has supplier name, Col B has year,
Col C has Months and Col D has number of units supplied by the
supplier.

Now to calculate the number of units received for Month of Mar-06, i
have to add the qty received in Jan-06, feb-06 and Mar-06. In the same
way, to calculate the qty received in Apr-06, i have to sum the qty
received in Feb-06, Mar-06 and Apr-06.

I am unable to find a way to do this. Please help.

Thanks for the help,
Navin
 
B

Bob Phillips

=SUMPRODUCT(--(B2:B200=2006),--(C2:C200<=3),D2:D200)

will sum for March. Change the <=3 for the month in question.

--
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)
 

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

Similar Threads

I"M STUCK! help please! 3
Summation 1
Help please with formula 2
Help me please 3
grouping and subtotal by month 1
Help with a formula 2
Calculate next year 6
Grouping In Pivot Tables 5

Top