Hi,
Trying to automate a coffee catch up process for the team on a weekly basis without repeating the combinations in
the past. Managed to work out all the combinations, but I'm struggling to produce the new combinations that consist of the everyone on a weekly basis.
Any help would be greatly appreciated!
Thanks,
Woon
Solved! Go to Solution.
Hi @WoonL ,
Do you have an example or sample of your workflow. If you provide data, it should make it easier to understand what you are trying to accomplish.
Greg
Hi Ben,
Apologies for the confusion.
Ideally, the output would be similar to the below tables for each week without repeating.
Week 1 | |
Woon | Craig |
Joshua | Adam |
James | Joe |
Emma | Jane |
Week 2 | |
Adam | Jane |
Emma | Joe |
Craig | Joshua |
Woon | James |
Thanks,
Woon
Thanks Philip! The result is close, however some catch ups are repeated. E.g Woon & Jane (week 3) and Jane & Woon (week 7)
Please could someone help with this? 😭
This was a doozy.
Here you are. This workflow could definitely use some cleaning up and maybe a visit from the iterative macro fairy, but it meets your requirement.
brief overview:
1. find unique participant groupings (of 2 participants)
2. find unique weekly groupings (4 groups of 2 participants)
3. append weekly grouping together, filtering out repeated groupings until all 7 weeks are filled
Hope that helps.
Thanks,
Greg