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 #418: To the Nth Degree and Beyond

sophiezero
6 - Meteoroid

This challenge is fun, changing the type of field and manipulation is interesting, and I also get a better understanding of the generate row tool :)

OzlemSigbeku
8 - Asteroid
Spoiler
418.png

Chose a brute force method - good fun.

Bobbyt23
8 - Asteroid

Really interesting.

Spoiler
I never new there was a POW() calculation!
HardikJani
8 - Asteroid

A great challenge, for the first part the logic was to split the characters (used regex "."), add them and raised to the power of the length of original number. For the second part it was a bit tricky but a formula tool with an if function worked fine reducing the power by (1) each time

CASaiRam
7 - Meteor

This challenge , it took a while to understand and frame my approach to solving it. But i was unable to get the solution. I checked the solution available. moving forward i  need to practice a lot.

OlonJohnson
5 - Atom

Using tokenization to separate each character within the number column enables the use of the required formula that filters out ineligible numbers