Is there a formula to pull a task list based on assigned column?
I would like to create a separate spreadsheet that pulls tasks assigned to people. For example 5 tasks are assigned to person A and I would like it to list out each task based on what is entered in the task column.
Person A: Task 1
Task 2
etc.
Is there any way to do this, thank you in advance.
Answers
-
Try:
=JOIN(COLLECT({Task column}, {names}, Name@row), char(10))
The sheet with this formula needs to have a Column [name] that is the same type as your assigned to person column. Enter names into it. The formula will collect the tasks assigned that person and display them on different lines in a single cell.
Work for you?
Mark
I'm grateful for your "Vote Up" or "Insightful". Thank you for contributing to the Community.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 140 Industry Talk
- 472 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 497 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!