I have a list of about 38,000 employees, and in that list is a column of who each employee's Manager is. I want to generate a list of all Managers and identify the employees under them. For example, if Susan Smith (manager) has four employees, I would want to generate a list the employees under Susan.
The column headings of the data are:
Susan Smith
employee A
employee B
employee C
employee D
employee A
employee B
employee C
employee D
The column headings of the data are:
- Column A = Employee Name
- Column B = Employee ID#
- Column C = Employee Email Address
- Column D = Employee Level
- Column E = Employee’s Manager Name
- Column F = Employee’s Manager ID#