Good afternoon..
1st Post: Helping out a friend with a mentor program, but I need help compiling live data from 100 sheets into one sheet. Here is what I have:
I have 100 sheets in a Microsoft Excel workbook (saved to a OneDrive folder) that use identical column headers in each table. See example table template below:
If possible I would need assistance to develop an Excel formula to display the results of column A, B, and C (Mentor ID, Mentor Name, and Mentor Email) of each table into a single table. The final product would contain only unique values and will omit empty cells.
In a normal situation I would just use PowerQuery to easily combine the tables and columns, but the data exists on an accessible OneDrive Excel sheet and needs to as live as possible. Any help is appreciated. I am open to provided any additional context if needed.
1st Post: Helping out a friend with a mentor program, but I need help compiling live data from 100 sheets into one sheet. Here is what I have:
I have 100 sheets in a Microsoft Excel workbook (saved to a OneDrive folder) that use identical column headers in each table. See example table template below:
Mentor ID | Mentor | Mentor Email | Are You a Returning Mentor? | Mentee ID | Mentee Name | Mentee Email | Mentee Department |
1 | John | john@mrexcel.com | Y | 1009 | Bill | bill@mrexcel.com | Finance |
2 | Mike | mike@mrexcel.com | N | 1006 | Winston | winston@mrexcel.com | IT |
7 | Rob | rob@mrexcel.com | N | 2006 | Matt | matt@mrexcel.com | Staffing |
9 | Erin | erin@mrexcel.com | N | 2001 | Will | will@mrexcel.com | IT |
If possible I would need assistance to develop an Excel formula to display the results of column A, B, and C (Mentor ID, Mentor Name, and Mentor Email) of each table into a single table. The final product would contain only unique values and will omit empty cells.
In a normal situation I would just use PowerQuery to easily combine the tables and columns, but the data exists on an accessible OneDrive Excel sheet and needs to as live as possible. Any help is appreciated. I am open to provided any additional context if needed.