Similar to our filtered lookup fields, having the ability in a formula to define a linked record, a filter for it, and a delimiter to return.
Syntax: FILTER(Array, Filter, Delimiter)
Example: Filter([Link to Tasks].[Title], [Link to Tasks].[Status] != "Complete", ",")
To get a comma delimited list of outstanding tasks associated with a project.