We had a great question come up in our webinar yesterday:
“How can I add the person who’s working on a task to the bulleted list of tasks using the BulletedList formula?”
I love this because it’s all about team accountability. Here’s how to make it happen:
- Create a column in your table that uses the concatenate formula to combines the [Task name] and [Assigned to] columns
- You could hide this column for presentation
- Then for your bulleted list it would be: =[Table].[ConcatenateColumnName].BulletedList()
Enjoy!