anonemous
New Member
- Joined
- Dec 2, 2015
- Messages
- 16
- Office Version
- 365
- 2016
- 2010
- Platform
- Windows
- MacOS
I have a large one year dataset (around 20,000 rows) where there are two main columns, one is the unique identifier (duplicated), the other is the employee assigned to that unique identifier (unique).
I am trying to develop a formula to count the number of unique employees assigned to each identifier, as an example below. Columns A-B is the data. Columns D-E is what I want the output to look like. So far I have tried some SUM and FREQUENCY, none that seem to work seamlessly or perhaps I am making the formula too complicated for what I need to do.
Thank you very much for your knowledge.
I am trying to develop a formula to count the number of unique employees assigned to each identifier, as an example below. Columns A-B is the data. Columns D-E is what I want the output to look like. So far I have tried some SUM and FREQUENCY, none that seem to work seamlessly or perhaps I am making the formula too complicated for what I need to do.
Thank you very much for your knowledge.
Excel 2013/2016 | |||||||
---|---|---|---|---|---|---|---|
A | B | C | D | E | |||
1 | Project | Employee | Project | Employees | |||
2 | 2017-0001 | 1411 - John | 2017-0001 | 1 | |||
3 | 2017-0002 | 1411 - John | 2017-0002 | 2 | |||
4 | 2017-0002 | 212 - David | 2017-0003 | 1 | |||
5 | 2017-0003 | 1411 - John | 2017-0004 | 1 | |||
6 | 2017-0004 | 1411 - John | 2017-0005 | 1 | |||
7 | 2017-0005 | 1411 - John | 2017-0006 | 1 | |||
8 | 2017-0006 | 1411 - John | 2017-0007 | 1 | |||
9 | 2017-0007 | 1411 - John | 2017-0008 | 1 | |||
10 | 2017-0008 | 1411 - John | 2017-0009 | 3 | |||
11 | 2017-0009 | 1411 - John | 2017-0010 | 1 | |||
12 | 2017-0009 | 212 - David | 2017-0011 | 1 | |||
13 | 2017-0009 | 344 - Jason | 2017-0012 | 1 | |||
14 | 2017-0010 | 1411 - John | 2017-0013 | 1 | |||
15 | 2017-0011 | 1411 - John | 2017-0014 | 1 | |||
16 | 2017-0012 | 1411 - John | 2017-0015 | 2 | |||
17 | 2017-0013 | 1411 - John | |||||
18 | 2017-0014 | 1411 - John | |||||
19 | 2017-0015 | 1411 - John | |||||
20 | 2017-0015 | 3773 - Charles | |||||
Data Sheet |