Join/Collect Function if status of row within hierarchy is "Next Up"
Using the [Next Up] Column in row1 (the parent row) I'm trying to join the [Onboarding Effort Name] and [Due Date] text of whatever row has the "Next Up" status. The task labeled as "Next Up" will continue to change, the hope being that the "Next Up" row will auto update with the task name and due date of whichever row is labeled "Next Up". Ideally, in the screenshot below, [Next Up]1 would read "FEBS Go/No Go due by 7/29/21". Is there a formula that makes this possible?
Best Answer
-
Hi @Taylor Riley
Hope you are fine, please try the following formula:
=IFERROR(JOIN(COLLECT([Onboarding Effort Name]:[Onboarding Effort Name], Status:Status, "Next Up"), CHAR(10)) + " Due By " + JOIN(COLLECT([Due Date]:[Due Date], Status:Status, "Next Up")), "")
the following screenshot shows the result:
bassam.khalil2009@gmail.com
☑️ Are you satisfied with my answer to your question? Please help the Community by marking it as an ( Accepted Answer), and I will be grateful for your "Vote Up" or "Insightful"
Answers
-
Hi @Taylor Riley
Hope you are fine, please try the following formula:
=IFERROR(JOIN(COLLECT([Onboarding Effort Name]:[Onboarding Effort Name], Status:Status, "Next Up"), CHAR(10)) + " Due By " + JOIN(COLLECT([Due Date]:[Due Date], Status:Status, "Next Up")), "")
the following screenshot shows the result:
bassam.khalil2009@gmail.com
☑️ Are you satisfied with my answer to your question? Please help the Community by marking it as an ( Accepted Answer), and I will be grateful for your "Vote Up" or "Insightful"
-
That worked! Thank you!
-
Excellent, I will be happy to help you any time
bassam.khalil2009@gmail.com
☑️ Are you satisfied with my answer to your question? Please help the Community by marking it as an ( Accepted Answer), and I will be grateful for your "Vote Up" or "Insightful"
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.2K Get Help
- 445 Global Discussions
- 142 Industry Talk
- 473 Announcements
- 5K Ideas & Feature Requests
- 84 Brandfolder
- 150 Just for fun
- 71 Community Job Board
- 489 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 301 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!