I need help writing a formula that looks up multiple referenced in the same column. The report lists an employee's name and then the project(s) he/she is working on beneath him/her in same column. The projects and employees are not constant. One month employee A will be listed first and then the next month Employee B or C is listed first and Employee A is not listed at all. Also, the projects are not constant either. Employee A may work on Projects 1, 2, and 3 in one month and then projects 3, 4, and 5 the next month. This is how the report looks (and changes every month):
A B
1 Employee A
2 Project 1 [time spent]
3 Project 2 [time spent]
4 Project 3 [time spent]
5 Employee B
6 Project 2 [time spent]
7 Project 4 [time spent]
8 Project 5 [time spent]
9 Employee C
10 Project 1 [time spent]
11 Project 5 [time spent]
I have attempted to use INDEX and MATCH functions together as well as IF/AND/MATCH/OFFSET functions together, but that only helps me get the first project beneath the employee. I want separate the employees to show what projects (and for how long) each employee is working on per month.
Thank you for your help!
A B
1 Employee A
2 Project 1 [time spent]
3 Project 2 [time spent]
4 Project 3 [time spent]
5 Employee B
6 Project 2 [time spent]
7 Project 4 [time spent]
8 Project 5 [time spent]
9 Employee C
10 Project 1 [time spent]
11 Project 5 [time spent]
I have attempted to use INDEX and MATCH functions together as well as IF/AND/MATCH/OFFSET functions together, but that only helps me get the first project beneath the employee. I want separate the employees to show what projects (and for how long) each employee is working on per month.
Thank you for your help!