Hi I am stuck on the logic for the following problem.
I have a list of employees and each has a manager attached. I want to write a macro that will loop through all the employees on the sheet and compile a list of the managers with all employees reporting in to them. I've attached an example as this may be hard to visualise!
http://i102.photobucket.com/albums/m82/sc0ttb_2006/Sheet1.jpg
http://i102.photobucket.com/albums/m82/sc0ttb_2006/Sheet2.jpg
I realise this will involve a for loop and then an IF statement or two and I know to use concatenate to add the names together into the one cell but I just can't get my head round the exact way to do it, so any help is greatly appreciated!
Many thanks