I'm trying to grab a name from a row on a separate sheet where the row contains "Completed" and the same part number.
Here is the equation I'm attempting to use but get "UNPARSEABLE"
=INDEX({Employee Name Column}, COLLECT({Employee Name Column}, {Part Number Column}, [Part Number]@row, {Part Complete? Column}, "Completed"))
1st Page Below is where the equation originates.
Second Page is where I'm trying to match the part number to the first page and populate completed by with the employee who completed the part.
Ideally I would be able to add multiple names if two employees completed the same part.
Thanks