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 #432: Sequential Logic

alexnajm
18 - Pollux
18 - Pollux

Done!

Spoiler
Felt good about it once I recognized the Fibonacci sequence - thanks for confirming @patrick_digan !
Challenge 432.png
wbasuki
8 - Asteroid

Here is my solution

patrick_digan
17 - Castor
17 - Castor

This is fun to solve with the alteryx abacus.

Spoiler
image.png
Noah-Waite
5 - Atom

Haven't seen this solution yet:

Spoiler
Spoiler
Challenge_432 Spoiler.PNG
JovanieYonson
7 - Meteor

Every time I encounter cases of Multi-row function that involves multiple fields to be updated, I always utilize ToString, ToNumber, GetWord expressions. Now I'm curious if there is a better approach. 

Spoiler
Screenshot 2024-07-13 004940.png

 

mkeiffer
10 - Fireball
10 - Fireball

@JovanieYonson  Here is my solution.  I was able to do it with just the Data Cleanse Tool and 3 Multi Row Formula tools.  I didn't need to use any of the functions to get to the final solution. 

GosiaK
7 - Meteor

It's my first weekly challenge, so very excited to start and hope to keep going with them.

noelo
7 - Meteor
Spoiler
Screenshot 2024-07-12 120634.png

This one was a bit of a challenge for me in writing expressions.

noelo
7 - Meteor

This one was a bit of a challenge for me in writing expressions.

Spoiler
Screenshot 2024-07-12 120634.png
CrsnBrn
5 - Atom

I might have taken this a different direction, but I used an Iterative Macro to solve it.