I have a workbook with tabs for different jobs
There are "task" tabs and "notes" tabs, those words are found in the name of the tab
The task tabs have multiple rows, with a name assigned to complete the task in that row
I need a master list for each name, on a new tab (3 names in this department = 3 master lists)
That list needs to search only the "task" tabs and compile all the tasks assigned to that name
the task lists will grow over time, and new task tabs will be added over time (task list limited to 100 rows)
I need the master list to update and include new task tabs as they're added
So far, I've only got an index match that can look at one specific task tab and grab all the task rows for one name from that job
I thought about simplifying this and combining the task and notes tabs
but I still need a solution that searches every tab in the workbook and includes new ones as they're created
There are "task" tabs and "notes" tabs, those words are found in the name of the tab
The task tabs have multiple rows, with a name assigned to complete the task in that row
I need a master list for each name, on a new tab (3 names in this department = 3 master lists)
That list needs to search only the "task" tabs and compile all the tasks assigned to that name
the task lists will grow over time, and new task tabs will be added over time (task list limited to 100 rows)
I need the master list to update and include new task tabs as they're added
So far, I've only got an index match that can look at one specific task tab and grab all the task rows for one name from that job
I thought about simplifying this and combining the task and notes tabs
but I still need a solution that searches every tab in the workbook and includes new ones as they're created