So I use Smartsheet for scheduling as well as job management. I am trying to have data from a parent row populate into a separate column on the child row. That is all listed parent Task Descriptions and the parent Job Description.
My current formula is
=JOIN(COLLECT(ANCESTORS([Job Description]@row), ANCESTORS([Task Description]@row)), "- ")
But it is giving me an #INCORRECT ARGUMENT SET message.
What do I do?