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 #35: Data Cleansing Practice

BeginnerMindset
8 - Asteroid

Done

jeremyhaber814
7 - Meteor

Challenge # 35

ptmyen
7 - Meteor

my solution 🙂

Eilean_
8 - Asteroid

RT

MarkusLiedtke
6 - Meteoroid

  

Salvatore_Miseo
7 - Meteor

Hi everyone
Attached my solution

In solving the exercise I used only formulas:


Exercise (1)
ToNumber ([Field1])


Exercise (2)
ToNumber (Left ([Field1], FindString ([Field1], ":")))


Exercise (3)
TrimRight ([ID], "ID")
Exercise (4)
IF Length ([Safety Code])> 8 THEN
Left ([Safety Code], 😎
ELSE
IIF (Length ([Safety Code]) <= 6, "SC" + [Safety Code], [Safety Code])
ENDIF

CairstineDK
6 - Meteoroid

Find my attached solution 🙂

aluthra
8 - Asteroid

Solved!

DeanWest
9 - Comet

Great challenge to practice using the Formula tool!

Spoiler
challenge_35_solution_DeanWest.png
Daje7146
6 - Meteoroid

Here's a solution

Spoiler
Daje7146_0-1612831035125.png