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 #267: To Quote The Alphabet

NicoleJohnson
ACE Emeritus
ACE Emeritus

My solution!

 

スポイラ
There is surely a more efficient solution than this... but it works.

NicoleJohnson_0-1635554610004.png

 

Cheers!

NJ

JoshuaGostick
ボリード

My solution

 

スポイラ
challenge_267.PNG
estherb47
15 - Aurora
15 - Aurora

Love textual analysis 🙂

スポイラ
estherb47_0-1639079665873.png

 

BSilverblatt
アステロイド

Thanks for the challenge! Here is my solution:

atcodedog05
22 - Nova
22 - Nova

Here is my take on it

 

スポイラ
atcodedog05_0-1640861200286.png

 

summit_view
アステロイド

Used a macro to go through each string separately.  Within each string split string into rows to find character at end of longest string.

スポイラ
cgrace_0-1642438938230.png
スポイラ
cgrace_1-1642439133261.png

 

 

 

Watermark
12 - Quasar
12 - Quasar
スポイラ
MT Solution 267.png

chadw913
メテオール

I created a standard macro since I saw a "Macro" label for this challenge. Turns out an iterative macro was used in the solution. I see others had the same thought process on how to solve this without an iterative macro, so... I'm satisfied with my solution.

Workflow:

スポイラ
chadw913_0-1643866492011.png

Standard Macro:

スポイラ
chadw913_1-1643866523476.png

 

geoff_zath
Alteryx
Alteryx
スポイラ

geoff_zath_0-1646336752276.png

 

LiuZhang
コメット
スポイラ
267 - 1.png267 - 2.png