thomaslovell
New Member
- Joined
- Mar 29, 2013
- Messages
- 21
Hi there,
I have a list of employee names, which are also accompanied by date and location information (see example). I would like to quantify how many relationships exist between the names on the same day/location. In other words, how many times has each employee worked with every other employee. Is there a way to automatically calculate this? Any help would be greatly appreciated!
The list of names/locations/dates looks like this:
And then the list of relationships looks like this:
I have a list of employee names, which are also accompanied by date and location information (see example). I would like to quantify how many relationships exist between the names on the same day/location. In other words, how many times has each employee worked with every other employee. Is there a way to automatically calculate this? Any help would be greatly appreciated!
The list of names/locations/dates looks like this:
Name | Location | Date |
John | Sydney | 01/03/2021 |
Sue | Sydney | 01/03/2021 |
Greg | Brisbane | 01/03/2021 |
John | Melbourne | 02/03/2021 |
Greg | Melbourne | 02/03/2021 |
Sue | Perth | 03/03/2021 |
Greg | Melbourne | 04/03/2021 |
John | Melbourne | 04/03/2021 |
Sue | Melbourne | 04/03/2021 |
And then the list of relationships looks like this:
Relationship | Name 1 | Name 2 | Relations |
Relationship 1 | John | Sue | 1 |
Relationship 2 | Sue | Greg | 1 |
Relationship 3 | John | Greg | 2 |