Fun addition to =BulletedList()

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:

  1. Create a column in your table that uses the concatenate formula to combines the [Task name] and [Assigned to] columns
  2. You could hide this column for presentation
  3. Then for your bulleted list it would be: =[Table].[ConcatenateColumnName].BulletedList()

Enjoy!

3 Likes