Aladin - thanks for your reply. Let me start over as I realized my first approach wasn't really evaluating what I needed.
1) I have 9 tasks that I am trying to count:
- Business Analysis
- Business Implementation
- Design Analysis
- Operational Readiness
- Project Management
- Quality Inspection
- Solutioning Analysis
- Test Execution
- Test Planning
2) I have approximately 55 people on a team who may or may not perform any of these tasks in a given month.
3) I want to evaluate the number of unique instances that one of the 55 people performed any of the tasks listed above.
4) My raw data reads like this (just a quick sample):
[TABLE="class: outer_border, width: 500, align: left"]
<tbody>[TR]
[TD]User
[/TD]
[TD]Task
[/TD]
[TD]Date Performed
[/TD]
[/TR]
[TR]
[TD]Joe Smith
[/TD]
[TD]Business Analysis
[/TD]
[TD]7/01/2012
[/TD]
[/TR]
[TR]
[TD]Paul Jones
[/TD]
[TD]Business Analysis
[/TD]
[TD]7/01/2012
[/TD]
[/TR]
[TR]
[TD]Jim White
[/TD]
[TD]Business Analysis
[/TD]
[TD]7/01/2012
[/TD]
[/TR]
[TR]
[TD]Sue Holmes
[/TD]
[TD]Business Analysis
[/TD]
[TD]7/01/2012
[/TD]
[/TR]
[TR]
[TD]Joe Smith
[/TD]
[TD]Business Analysis
[/TD]
[TD]7/02/2012
[/TD]
[/TR]
[TR]
[TD]Paul Jones
[/TD]
[TD]Business Analysis
[/TD]
[TD]7/02/2012
[/TD]
[/TR]
[TR]
[TD]Jim White
[/TD]
[TD]Business Analysis
[/TD]
[TD]7/02/2012
[/TD]
[/TR]
[TR]
[TD]Sue Holmes
[/TD]
[TD]Business Analysis
[/TD]
[TD]7/02/2012
[/TD]
[/TR]
</tbody>[/TABLE]
5) What I am trying to arrive at is to count of the number of unique instances of the task Business Analysis being performed, based upon the users and the date range. So, for example, in July I have 4 unique occurences of Business Analysis in July:
- Joe Smith: performed Business Analysis 2x in July but I only count 1
- Paul Jones: same as Joe Smith
- Jim White: same as Joe Smith
- Sue Holmes: same as Joe Smith
I tried my best to explain my specs. Please let me know if you have any follow-up questions.
Thanks for taking a crack at it.
Jake
I guess your point (5) specifies the calculation you need. If so, I already provided this one, as shown below.
Not sure whether (3) is also something that specifies a calculation...
[TABLE="width: 611"]
<tbody>[TR]
[TD="class: xl75, width: 91, bgcolor: white"]
User
[/TD]
[TD="class: xl75, width: 128, bgcolor: white"]
Task
[/TD]
[TD="class: xl74, width: 136, bgcolor: white"]
Date Performed
[/TD]
[TD="class: xl66, width: 39, bgcolor: transparent"][/TD]
[TD="class: xl66, width: 38, bgcolor: transparent"][/TD]
[TD="class: xl72, width: 188, bgcolor: white"]
Business Analysis
[/TD]
[TD="class: xl66, width: 33, bgcolor: transparent"][/TD]
[TD="class: xl71, width: 99, bgcolor: white"]
User
[/TD]
[TD="class: xl67, width: 64, bgcolor: transparent, align: right"]
7/1/2012
[/TD]
[/TR]
[TR]
[TD="class: xl72, bgcolor: white"]
Joe Smith
[/TD]
[TD="class: xl72, bgcolor: white"]
Business Analysis
[/TD]
[TD="class: xl73, bgcolor: white"]
7/1/2012
[/TD]
[TD="class: xl66, bgcolor: transparent"][/TD]
[TD="class: xl66, bgcolor: transparent"][/TD]
[TD="class: xl68, bgcolor: transparent"]
Business Implementation
[/TD]
[TD="class: xl66, bgcolor: transparent"][/TD]
[TD="class: xl65, bgcolor: transparent"]
Joe Smith
[/TD]
[TD="class: xl66, bgcolor: transparent, align: right"]
1
[/TD]
[/TR]
[TR]
[TD="class: xl69, width: 91, bgcolor: white"]
Paul Jones
[/TD]
[TD="class: xl69, width: 128, bgcolor: white"]
Business Analysis
[/TD]
[TD="class: xl70, width: 136, bgcolor: white"]
7/1/2012
[/TD]
[TD="class: xl66, bgcolor: transparent"][/TD]
[TD="class: xl66, bgcolor: transparent"][/TD]
[TD="class: xl68, bgcolor: transparent"]
Design Analysis
[/TD]
[TD="class: xl66, bgcolor: transparent"][/TD]
[TD="class: xl65, bgcolor: transparent"]
Paul Jones
[/TD]
[TD="class: xl66, bgcolor: transparent, align: right"]
1
[/TD]
[/TR]
[TR]
[TD="class: xl69, width: 91, bgcolor: white"]
Jim White
[/TD]
[TD="class: xl69, width: 128, bgcolor: white"]
Business Analysis
[/TD]
[TD="class: xl70, width: 136, bgcolor: white"]
7/1/2012
[/TD]
[TD="class: xl66, bgcolor: transparent"][/TD]
[TD="class: xl66, bgcolor: transparent"][/TD]
[TD="class: xl68, bgcolor: transparent"]
Operational Readiness
[/TD]
[TD="class: xl66, bgcolor: transparent"][/TD]
[TD="class: xl65, bgcolor: transparent"]
Jim White
[/TD]
[TD="class: xl66, bgcolor: transparent, align: right"]
1
[/TD]
[/TR]
[TR]
[TD="class: xl69, width: 91, bgcolor: white"]
Sue Holmes
[/TD]
[TD="class: xl69, width: 128, bgcolor: white"]
Business Analysis
[/TD]
[TD="class: xl70, width: 136, bgcolor: white"]
7/1/2012
[/TD]
[TD="class: xl66, bgcolor: transparent"][/TD]
[TD="class: xl66, bgcolor: transparent"][/TD]
[TD="class: xl68, bgcolor: transparent"]
Project Management
[/TD]
[TD="class: xl66, bgcolor: transparent"][/TD]
[TD="class: xl65, bgcolor: transparent"]
Sue Holmes
[/TD]
[TD="class: xl66, bgcolor: transparent, align: right"]
1
[/TD]
[/TR]
[TR]
[TD="class: xl69, width: 91, bgcolor: white"]
Joe Smith
[/TD]
[TD="class: xl69, width: 128, bgcolor: white"]
Business Analysis
[/TD]
[TD="class: xl70, width: 136, bgcolor: white"]
7/2/2012
[/TD]
[TD="class: xl66, bgcolor: transparent"][/TD]
[TD="class: xl66, bgcolor: transparent"][/TD]
[TD="class: xl68, bgcolor: transparent"]
Quality Inspection
[/TD]
[TD="class: xl66, bgcolor: transparent"][/TD]
[TD="class: xl66, bgcolor: transparent"][/TD]
[TD="class: xl66, bgcolor: transparent"][/TD]
[/TR]
[TR]
[TD="class: xl69, width: 91, bgcolor: white"]
Paul Jones
[/TD]
[TD="class: xl69, width: 128, bgcolor: white"]
Business Analysis
[/TD]
[TD="class: xl70, width: 136, bgcolor: white"]
7/2/2012
[/TD]
[TD="class: xl66, bgcolor: transparent"][/TD]
[TD="class: xl66, bgcolor: transparent"][/TD]
[TD="class: xl68, bgcolor: transparent"]
Solutioning Analysis
[/TD]
[TD="class: xl66, bgcolor: transparent"][/TD]
[TD="class: xl66, bgcolor: transparent"][/TD]
[TD="class: xl66, bgcolor: transparent"][/TD]
[/TR]
[TR]
[TD="class: xl69, width: 91, bgcolor: white"]
Jim White
[/TD]
[TD="class: xl69, width: 128, bgcolor: white"]
Business Analysis
[/TD]
[TD="class: xl70, width: 136, bgcolor: white"]
7/2/2012
[/TD]
[TD="class: xl66, bgcolor: transparent"][/TD]
[TD="class: xl66, bgcolor: transparent"][/TD]
[TD="class: xl68, bgcolor: transparent"]
Test Execution
[/TD]
[TD="class: xl66, bgcolor: transparent"][/TD]
[TD="class: xl66, bgcolor: transparent"][/TD]
[TD="class: xl66, bgcolor: transparent"][/TD]
[/TR]
[TR]
[TD="class: xl69, width: 91, bgcolor: white"]
Sue Holmes
[/TD]
[TD="class: xl69, width: 128, bgcolor: white"]
Business Analysis
[/TD]
[TD="class: xl70, width: 136, bgcolor: white"]
7/2/2012
[/TD]
[TD="class: xl66, bgcolor: transparent"][/TD]
[TD="class: xl66, bgcolor: transparent"][/TD]
[TD="class: xl68, bgcolor: transparent"]
Test Planning
[/TD]
[TD="class: xl66, bgcolor: transparent"][/TD]
[TD="class: xl66, bgcolor: transparent"][/TD]
[TD="class: xl66, bgcolor: transparent"][/TD]
[/TR]
</tbody>[/TABLE]
A2:A9 is named
User; B2:B9
Task; C2:C9
Date; and F1:F9
TaskList.
H2:H5 houses a set of users of interest.
I1, just enter:
which specifies the month/year July 2012. You can directly enter in this cell 7/1/2012 instead of a formula which creates that date.
I2, control+shift+enter, not just enter, and copy down:
Rich (BB code):
=SUM(IF(FREQUENCY(IF(Task<>"",IF(User=$H2,
IF(Date-DAY(Date)+1=I$1,
MATCH("~"&Task,Task&"",0)))),
ROW(Task)-ROW(INDEX(Task,1,1))+1),1))
Would you assess the foregoing? Also, please elaborate on your (3) if it's a calculation you need.