We are celebrating the 10-year anniversary of the Alteryx Community! Learn more and join in on the fun here.
Start Free Trial

Weekly Challenges

Solve the challenge, share your solution and summit the ranks of our Community!

Also available in | Français | Português | Español | 日本語
IDEAS WANTED

Want to get involved? We're always looking for ideas and content for Weekly Challenges.

SUBMIT YOUR IDEA

Challenge #247: Pairing Partners

BS_THE_ANALYST
15 - Aurora
15 - Aurora

Couldn't figure out the algorithm myself. Used the hint with the circle method. Makes complete sense. Just an iterative macro after that!

Spoiler
Screenshot 2024-08-22 224028.png
All the best,
BS

LinkedIN

Bulien
michael_apau
8 - Asteroid
 

My solution

Erin
11 - Bolide

Well, I'm stuck. I read the hint and watched a video on youtube. I've tried seemingly a 100 versions of my macro and I get close - but no cigar. After too many hours on this one, this is my best shot. I have dupes in my output. So don't call me to organize lunch pairings! 

lwolfie
11 - Bolide

Trying to get through the ones I've been avoiding.

alexnajm
18 - Pollux
18 - Pollux

Good one @PhilipMannering - I thought I recognized those people 😊

 

Avoided the iterative macro route, and got all the right pairings just not the weeks. Looking at alternative solutions later on

Carolyn
12 - Quasar
12 - Quasar

Solved! This should work for any even number of pairings

 

Spoiler
2025-03-11 11_37_04-Alteryx Designer x64 - _challenge_247_Carolyn.yxmd.png
I'm using the Iteration number and Max RecordID to adjust the RecordIDs in the Join
2025-03-11 11_36_38-Alteryx Designer x64 - Round Robin Macro.yxmc.png
JBevan89
8 - Asteroid

Great Challenge.

 

That was a lot more challenging in Alteryx to Excel.  In Excel I could get a formula to do really quickly.

 

I feel like there is a really quick way in Alteryx to do that we are all missing, as with the append you can create 30 records with filtering out the same name combos.  Then somehow you need to half the 30 to 15.  Sean was near to that.

Matthias_Albert
8 - Asteroid

Solved with an iterative macro.

Spoiler
Worflow:
Matthias_Albert_1-1751471051797.png

 


Macro:
Matthias_Albert_0-1751471031568.png