I'm trying to use the best formula that will basically say..
If Distributor Name (sheet one) = Distributor Name (sheet 2), then input contacts (sheet 2) into contacts (sheet 1).
There are multiple contacts on separate rows for each distributor on sheet 2 that I want to combine in a single cell for each distributor on sheet.
I'm trying this, but failing. Could someone help me out?
=JOIN(COLLECT({Distributor Contact List Range 2}, {Distributor Contact List Range 3},[Name of Distributor]),";')