Hello:
I am working on a project and have an excel file that gives me chain of command (CEO leve down to Level F- employee level). It lists employee id, name, title and dept for each employee and cascades down until there is no more levels to go (stops at the employee level).
I want to be able to count the direct reports by each manager level and show the # of direct reports that manager has. If the manager has direct reports but that employee does not have direct reports I want to put a 0 to show they do not have direct reports.
Example:
Dan Smith 3
Tina Turner 0
Lake Perry 3
Tom Cruz 1
Ron Smith 2
Terry Jake 5
Any help would be greatly appreciated.
I am working on a project and have an excel file that gives me chain of command (CEO leve down to Level F- employee level). It lists employee id, name, title and dept for each employee and cascades down until there is no more levels to go (stops at the employee level).
I want to be able to count the direct reports by each manager level and show the # of direct reports that manager has. If the manager has direct reports but that employee does not have direct reports I want to put a 0 to show they do not have direct reports.
Example:
Dan Smith 3
Tina Turner 0
Lake Perry 3
Tom Cruz 1
Ron Smith 2
Terry Jake 5
Any help would be greatly appreciated.