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 #1: Join to Range

Damian_WRO
7 - Meteor
Spoiler
001.JPG

 

mlellison
5 - Atom

 

Spoiler
The challenge is how to join 2 excel with one having integer value, and the other one having string of range value (e.g. Excel 1 value: 2012 match Excel 2 value: 2000-2019)

1.) Text to column: Split 2000-2019 to two integer column (e.g. min, and max)
2.) Append fields: Append Excel 2 to Excel 1
3.) Filter: Keep if postal code >= min AND postal code <= max

Step 2 generate a lots of data, which is not good
Alteryx approach as below

1.) Text to column: Split 2000-2019 to two integer column (e.g. start, and end)
2.) Generate rows: Generate new row for each postal code within the area (e.g. 2000, 2001, 2002...)
3.) Join: Inner join 2 Excel

Much better, as less data generated, but achieve same goal

 

 

rtshow
6 - Meteoroid
Spoiler
2023-07-25 10_37_05-Start.jpg

 SPOILER - Solution
 

 

 

 

 

gcampbell249
7 - Meteor
Spoiler
Alteryx 1.PNG
Amy_smart
11 - Bolide

Here is my solution. 

StellaBon
11 - Bolide
Spoiler
image.png

Challenge 1- Thanks

tdiipo
7 - Meteor

Really loving these challenges! My solution

 

 

Spoiler
Screenshot.png
Teïlo
6 - Meteoroid

My solution for this challenge (:

NabilahLoti
8 - Asteroid

Challenge 1 Solution

Spoiler
AlteryxGui_aDnc8tfyRw.png
AndyFerns
5 - Atom

Challenge 1