Want to get involved? We're always looking for ideas and content for Weekly Challenges.
SUBMIT YOUR IDEAChallenge 235 is done! I was determined not to hard code the column headers so took me a while to think up a dynamic approach...
This was a super cool challenge! Now if only someone would write out some of those nice number words on a check for ME...
The key to this one was understanding out to generate all the number words between 1 and 99, and then grouping the values from the Challenge 234 output into the right 3-digit combinations. Really had fun figuring out the most streamlined way I could find to get to this solution!
Cheers!
NJ
Took a couple of attempts to get to something I was happy with but here's my solution
I think I probably took a super long way round on this.
Did it 2 ways - with Alteryx (with a macro) and with Python
#SnakingMyWayThruChallenges