Hi, i have a sheet with a column with Job Codes and another column with Extrusion codes, im trying to use join collect on another sheet to get all of the different extrusion codes that are associated to each job code.
The sheet I want to collect the information to has a corresponding job code column so im trying to use "match" to join and collect the extrusion codes when the job codes match. so far ive been unsuccessful- any ideas?
my formula:
=JOIN(COLLECT({Extrusion Projections Range 1}, MATCH([Job Code / Batch]@row, {Extrusion Projections Range 2})))