Thread
:
MS Excel
View Single Post
#
2
Posted to microsoft.public.excel.programming
Bob Phillips[_6_]
external usenet poster
Posts: 11,272
MS Excel
=COUNTIF(A1:A100,"March")
if the month and employees match 1:1 and the month is a name not a date.
Otherwise
=SUMPRODUCT(--(MONTH(A1:A100)=3),--(B1:B100<""))
--
HTH
RP
(remove nothere from the email address if mailing direct)
"Expert N" <Expert
wrote in message
...
How to count unique values of a column corresponding to a respective
repeated
values of a column. For example there are multiple month entries in a
column,
and for every month entry there are multiple employee names. How to count
the
number of employees in a month.
Reply With Quote
Bob Phillips[_6_]
View Public Profile
Find all posts by Bob Phillips[_6_]