Thread
:
calculate count on 2006 total, 2005 total, etc...
View Single Post
#
2
Posted to microsoft.public.excel.worksheet.functions
Don Guillett
external usenet poster
Posts: 10,124
calculate count on 2006 total, 2005 total, etc...
assuming dates in col a
=SUMPRODUCT((YEAR(a2:a200)=2006)*1)
--
Don Guillett
SalesAid Software
"Amanda Deshotel" <Amanda
wrote in
message ...
I am working on a spreadsheet for workers comp injuries. I need to have a
total of injuries broken out per year. I can't seem to get the function
to
work properly...probably because I am using the wrong one. Any ideas?
Reply With Quote
Don Guillett
View Public Profile
Find all posts by Don Guillett