I have 2 worksheets in the same workbook, STAFF and Objectives.
Each tab contains a table...
'STAFF' holds tblStaff and 'Objectives' holds tblObjectives.
The tblOjectives has several headers with each staff member's names (col G:R), under which are cells containing the date that a certain objective name (col B) was added, or blank if not.
On the STAFF tab, tblStaff holds records of the same staff member names (col A) and a column (J) labeled 'Objectives' where I want to return the objective names, separated by a comma, from the tblObjectives for each staff name.
I'm trying to use XLOOKUP, FILTER and TEXTJOINE functions, but I can't get it to work. Is it even possible to do this?
Each tab contains a table...
'STAFF' holds tblStaff and 'Objectives' holds tblObjectives.
The tblOjectives has several headers with each staff member's names (col G:R), under which are cells containing the date that a certain objective name (col B) was added, or blank if not.
On the STAFF tab, tblStaff holds records of the same staff member names (col A) and a column (J) labeled 'Objectives' where I want to return the objective names, separated by a comma, from the tblObjectives for each staff name.
I'm trying to use XLOOKUP, FILTER and TEXTJOINE functions, but I can't get it to work. Is it even possible to do this?