Want to get involved? We're always looking for ideas and content for Weekly Challenges.
SUBMIT YOUR IDEAThis was a good practice in formatting dates. Thank you, @AYXAcademy!
I like to keep it simple and used a Formula function with 'Contains' clause to solve the challenge - similar to @mmontgomery. This keeps it down to just using 2 tools :)
I liked mmontgomery's posting of some more details:
Too common! 😂
Without the exception of "29-01-2020,dd.mm.yyyy", it would be just one Text to Column too and one Formula tool with two Formulas. 😁
My solution.
char | code |
yyyy | %y |
mm | %m |
dd | %d |
It only needs one formula tool