I have a multi select column with a list of employees. Each of these have a different contract type which is listed in a seperate sheet. I want to keep the master list of employees on my current sheet but then break it down into columns of whose contract is permanant, part-time or contract worker.
This gives me a list of contract types but I can't seem to deduce myself how to change it to return the employee names into the correct columns for contract type.
=INDEX(COLLECT({Name}, {Contract}, [EMPLOYEE NAME]@row), 1)
Any thoughts?