Hi,
Is there a way of finding the sum of a range that has to satisfy 2 criteria with the SUMIF function? I have a list labelled Type - Year - QTY as shown below, I need to find the sum of the QTY column when for example the TYPE is "A" and the year is 2009. The result should be 4.
TYPE - YEAR - QTY
A 12/07/08 1
B 12/07/08 2
A 12/07/09 3 <---
B 12/07/09 4
A 12/07/10 1
B 12/07/10 2
A 12/07/08 3
B 12/07/08 4
A 12/07/09 1 <---
B 12/07/09 2
A 12/07/10 3
B 12/07/10 4
Thanks in advance Phil
Is there a way of finding the sum of a range that has to satisfy 2 criteria with the SUMIF function? I have a list labelled Type - Year - QTY as shown below, I need to find the sum of the QTY column when for example the TYPE is "A" and the year is 2009. The result should be 4.
TYPE - YEAR - QTY
A 12/07/08 1
B 12/07/08 2
A 12/07/09 3 <---
B 12/07/09 4
A 12/07/10 1
B 12/07/10 2
A 12/07/08 3
B 12/07/08 4
A 12/07/09 1 <---
B 12/07/09 2
A 12/07/10 3
B 12/07/10 4
Thanks in advance Phil