Originally Posted By: 1984
Can you please explain what you mean by; recurse the D column from the last cell up to the top (or the first cell with a manager name) and gather all the manager names in an array.
Do you mean to filter out managers in Excel to get a list of all managers?
Recursion From Wikipedia, the free encyclopedia
 Originally Posted By: Wikipedia
Recursion is the process a procedure goes through when one of the steps of the procedure involves rerunning the entire same procedure.
I wanted to say look at every manager name in te D column, see if it is the first time you read the name and if yes, put it in a collection or array

 Originally Posted By: 1984
How do I gather all the manager names in an array in execl?
Array From Wikipedia, the free encyclopedia
 Originally Posted By: Wikipedia
In computer science an array is a data structure consisting of a group of elements that are accessed by indexing.
I just wanted to say an array in KiXtart, not in Excel VBA.