Apologies if this question has been asked, I wasnt sure how to search for this within the community.
I stumbled across this formula using the AI formula builder which sort works but not sure how to fix it, its when the simple formulas start stacking is when im getting lost in how they work together.
What I have is an Intake sheet with a Unique Project ID column and a column for an engineers contact name which lives in workspace1. There is a column formula on the engineers column that should look on a sheet2 in workspace2 and if the project id/contact name is there, list the engineers name, if it is blank leave it blank or if it doesnt exist, look at the sheet3 in workspace3 and enter it or leave it blank.
This formula seems to work only if the project id exists on both sheets. The project ID has the potential to be in both sheets, but could only exist in one of them.
Column Formula applied to the Framework Network Engineers Column on the Intake Sheet:
=IFERROR(IF(ISBLANK(INDEX({Implementation Metrics | FNE}, MATCH([Project ID]@row, {Implementation Metrics | Project ID}, 0))), INDEX(COLLECT({Network Metrics | FNE}, {Network Metrics | Project ID}, [Project ID]@row), 1), INDEX({Implementation Metrics | FNE}, MATCH([Project ID]@row, {Implementation Metrics | Project ID}, 0))), "")
Intake Sheet:
Network Metrics (above formula only works if SM-926 exists in the other sheet):
Implementation Metrics (SM-926 does not exist):