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 #21: Date Reformatting

SusieF
7 - Meteor
Spoiler
21 spoiler.PNG
RobertMika
7 - Meteor

Done

JBarr
8 - Asteroid

Done!

Oussaio
7 - Meteor

My solution

 

Spoiler
challenge_21_spoiler.png
SAFG
5 - Atom

My solution is very similar to Oussaio's

 

Spoiler
SAFG_0-1658261724118.png

 

However, I'm not that happy with the solution because:

Spoiler
Using the record ID to allocate a month makes an assumption that every month will be present in the data and in order, however if the data read J07, F, M, M skipping out April, then this method wouldn't work.. but I think the official solution is a bit laborious with regards to the formula.

Have there been any improvements on the official solution does anyone know ?

 

Cheers

rosanguyen
6 - Meteoroid
Spoiler
rosanguyen_0-1658279497760.png

 

cyg3003
8 - Asteroid

this is my solution~

BeautiFolData
7 - Meteor

Simple workflow with long formula

ZacharyRyanTIL
8 - Asteroid

A solution has been found

gerda
8 - Asteroid
Spoiler
spoiler #21.png

Here's the solution!