View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
john the confused john the confused is offline
external usenet poster
 
Posts: 51
Default Adding up entries in one column with conditions in two columns

Have a look at sumif.


Should look like =SUMIF(A1:A5,1,B1:B5)

--
John
MOS Master Instructor
Please reply & rate any replies you get

Ice Hockey rules (especially the Wightlink Raiders)


"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!