Thread
:
count unique with mulitple criteria
View Single Post
#
5
Posted to microsoft.public.excel.worksheet.functions
Bernie Deitrick
external usenet poster
Posts: 5,441
count unique with mulitple criteria
Don,
This doesn't work with mutliples of Name/Job combinations.
Bernie
MS Excel MVP
"Don Guillett" wrote in message
...
one way
=SUMPRODUCT((B2:B22="job1")*1)-MIN(SUMPRODUCT((B2:B22="job1")*(A2:A22="unfilled") ),1)
--
Don Guillett
SalesAid Software
"ellebelle" wrote in message
...
I have a list of data.
Mike JOB1
Karen JOB2
Unfilled JOB1
Unfilled JOB2
Unfilled JOB1
Alex JOB1
Alex JOB1
I want to count the unique person that works on a job, however "unfilled"
always denotes a new person and therefore I do not want it to be unique. eg.
searching for "JOB 1" should give me 4 because i do not want to count Alex
twice but I do want to count Unfilled twice.
Any help appreciated,
Ellen
Reply With Quote
Bernie Deitrick
View Public Profile
Find all posts by Bernie Deitrick