Using Formula to List Data from Multiple Ancestor Columns

A_Runyon
A_Runyon
edited 08/09/23 in Formulas and Functions

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?

Answers

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!