How to Count Unique Employees in an Org Chart with Duplicate Names and Teams?
I'm working with an organizational chart that includes multiple employees with the same name in different teams. For example:
- John - HR Admin
- John - HR Benefits
- Sarah - HR Benefits
I want to accurately count the total number of unique employees, regardless of their team assignments. In this case, the correct count should be 2 (John and Sarah).