View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Don Guillett[_2_] Don Guillett[_2_] is offline
external usenet poster
 
Posts: 1,522
Default how to create weekly totals

for week
SUMPRODUCT((A1:A33=DATE(2009,1,11))*(A1:A33<=DATE (2009,1,17))*b1:b33)
for month
=sumproduct((month(a1:a33)=1)*b1:b33)

--
Don Guillett
Microsoft MVP Excel
SalesAid Software

"Kamra" wrote in message
...
I would like to create a worksheet that gives a weekly total for each of my
teams call stats. That would then generate a monthend total for each
team.
Any suggestions ???--
justproverbs