View Single Post
  #6   Report Post  
Posted to microsoft.public.excel.misc
The Fool on the Hill The Fool on the Hill is offline
external usenet poster
 
Posts: 58
Default Adding up entries in one column with conditions in two columns

Hello Teethless,

Perfect, this is the answer I was looking for !

Sorry John, your answer did not help me ! Thanx for the effort !

"Teethless mama" wrote:

=SUMPRODUCT(--(A2:A100=1),--(C2:C100=6),B2:B100)


"The Fool on the Hill" wrote:

Hello Excel(lent) users,

I want to know the following
A (Priority) B (numbers) C (week)
--------- -------------- -------------
1 12 6
2 11 6
3 14 5
1 11 4
1 11 6

How much numbers have been closed in week 6 with priority 1?
In the above example it is 12+11 =23.

How can I get this information, by using sumproduct?

Please help me !

Thanks!