Thread: Sumproduct?
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Claus Busch Claus Busch is offline
external usenet poster
 
Posts: 3,872
Default Sumproduct?

Hi,

Am Wed, 20 Mar 2013 09:45:52 -0700 (PDT) schrieb :

I need a formula that will add number found for example in column C D E If it meets 2 citeria on A&B
Example
A B C D E
3/15/2013 Colorado 2 4 1
3/15/2013 KS 1 5 0
3/16/2013 Colorado 9 1 2

Answer in this case would be:
3/15/2013 Colorado 7


try:
=SUM(($A$1:$A$100=A1)*($B$1:$B$100=B1)*$C$1:$E$100 )
and enter the array formula with CTRL+Shift+Enter


Regards
Claus Busch
--
Win XP PRof SP2 / Vista Ultimate SP2
Office 2003 SP2 /2007 Ultimate SP2