Can we use JOIN with an IF Statement
Hi
The scenario is
I run a meeting with tasks for an agenda item and we have a list of them.
Each task has a reference to the Agenda Item.
eg.
Agenda Item 1 - Action 1 - update plan
Agenda Item 1 - Action 2 - distribute plan
Agenda Item 2 - Action 1 - create resourcing requirements
Agenda Item 2 - Action 2 - provide marketing materials
What I would like to achieve in the summary field is
If Action Items are related to Agenda Item 1, then join them together
So the result would be
Update Plan, Distribute Plan
I tried the If (logical expression, true value (Join(Column:Column,","), but that isn't working.
I can then pull this data into a single cell in another sheet along and put all the items in a cell to generate a document.
Any ideas? :-)
Thanks
Purnima
Purnima Gore
Cierr Limited
Your Time is Important, you want to Stay on Track, We can help you use the Right Tools
Best Answer
-
Just a slight adjustment and it worked.
=JOIN(COLLECT([Action Item]:[Action Item], [Agenda Item]:[Agenda Item], "1"), ",")
Thanks for the suggestion above. got my brain thinking in another way :-)
PG
Purnima Gore
Cierr Limited
Your Time is Important, you want to Stay on Track, We can help you use the Right Tools
Answers
-
What about something like this?
=JOIN(COLLECT([Action Item Column]:[Action Item Column], [Agenda Column]:[Agenda Column], CONTAINS("Agenda Item 1", @cell)), ", ")
Does that get you started in the right direction?
-
Hey @Michael Culley - doesn't give me an error at least :-) but only seeing a blank cell.
Thanks for that. I never thought about using "COLLECT" within the JOIN statement as I tried "COLLECT" Outside.
Something to work on though. Appreciated. PG
Purnima Gore
Cierr Limited
Your Time is Important, you want to Stay on Track, We can help you use the Right Tools
-
Could you send a screenshot of your sheet? I think that would help alot.
-
Just a slight adjustment and it worked.
=JOIN(COLLECT([Action Item]:[Action Item], [Agenda Item]:[Agenda Item], "1"), ",")
Thanks for the suggestion above. got my brain thinking in another way :-)
PG
Purnima Gore
Cierr Limited
Your Time is Important, you want to Stay on Track, We can help you use the Right Tools
-
@Purnima Gore Awesome!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.1K Get Help
- 444 Global Discussions
- 140 Industry Talk
- 472 Announcements
- 5K Ideas & Feature Requests
- 83 Brandfolder
- 150 Just for fun
- 71 Community Job Board
- 497 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 35 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!