Hello, I have a fairly large Project plan with 700+ rows and am new to Smartsheet.
My predecessors list for any given task has multiple row IDs referenced (comma delimited)
With help from Rob Hagan's post (https://community.smartsheet.com/discussion/formula-determine-row-number), I have created the ROW_ID) column for reference in my formulas).
My Ultimate goal:
I would like to create a dependencies column in my spreadsheet.
I'm looking for help on how to best do that.
I was thinking of using the Join and Collect functions, but don't know how to get it to work. What should I put in the cirterion field? (i.e. I'm looking for help in replacing "contains Row_ID1)" with the proper formula.)
=JOIN(COLLECT([ROW_ID]1:[ROW_ID]40,[Predecessors]1:[Predecessors]40, "contains " row_id1),","))
where "ROW_ID" column contains the "Row # matching the system Row ID and "Predecssors column contains the comma delimited list of predecessor referernces.