Hi all,
I'm having some issues with an index-collect formula.
I have (3) existing sheets that list a unique project name (text field), as well as a producer assigned to work that project. The producer column in all (3) sheets is set as a contact field.
In a separate sheet, I'm trying to auto-populate the producer assignment using the unique project name.
The formula below works in populating the correct name; however, it's not populating this as a contact field - they're all populating as text fields. For context, the column I'm inputting the formula into is set as a contact field.
I have had success in populating this as a contact field in the past, but only when referencing (2) sheets. For some reason, adding a 3rd is giving me issues.
Any thoughts on how to solve this?
=IFERROR(INDEX(COLLECT({2024 Producer}, {2024 Project}, PROJECT@row ), 1), "") + IFERROR(INDEX(COLLECT({2025 PRODUCER}, {2025 Project}, PROJECT@row ), 1), "") + IFERROR(INDEX(COLLECT({2026 Producer}, {2026 Project}, PROJECT@row ), 1), "")