Bring your best ideas to the AI Use Case Contest! Enter to win 40 hours of expert engineering support and bring your vision to life using the powerful combination of Alteryx + AI. Learn more now, or go straight to the submission form.
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 #433: Ogden’s Basic English – Making Words Count

Spainey
9 - Comet

Took me a while to find the HTML Rows with the word list in, but once I did it was a simple pattern that allowed me to filter down to all 24 letters (X and Z have no words in Ogden's BASIC English). From there it became a simple parsing exercise.

Spoiler
If I was better at Regex I would have liked to have used that more, but I used Text to Columns to find the unique words and then used a Regex_Replace formula to parse the Word and then found the First Letter in the next cell of the Formula tool. Aggregating helped me get to the correct answer. 

Community Challenge 433 Solution.png

 




earth2joy
8 - Asteroid

Helps to know a bit of HTML for this one.

nrbarcia_4
7 - Meteor

I love having the opportunity to practice RegEx.

 

Spoiler
solution 433.png
BransonJamesFarley
8 - Asteroid
Spoiler
Challenge 433.png

SteveY02
8 - Asteroid

Done. Reference answers G and P have incorrect count data: There are a total of 22 words starting with G, and 59 words starting with P.

Kilbyflow_Designer
8 - Asteroid

Done!!!

 

Spoiler
Challenge 433.jpg

JBevan89
8 - Asteroid

Great Challenge

TH
8 - Asteroid

This is my take.

Some of it is not as dynamic as I would like. (The sample tools and one of the filters with that does a Regex_match)

I suppose that that is what you get when dealing with real world web scraping.

Also, like others, my answers for 'G' and 'P' are different than the given ones. Looking at the website itself and counting manually I think that my answers are correct.

JosephSerpis
17 - Castor
17 - Castor

Challenege Completed

 

Spoiler
Screenshot 2025-06-29 125446.png
Carolyn
12 - Quasar
12 - Quasar

Solved! I had different answers for G & P but when I went to the Wiki page and counted, it matched my solution.

 

Spoiler
The "little (less, least)" tripped me up for a little bit

2025-07-16 14_50_36-Alteryx Designer x64 - Challenge_433_Carolyn.yxmd.png