A solution to last week's challenge can be found here.
Using the values in the attached file "womens_world_cup_data.txt", determine which team won the most matches.
Go Team USA!
Nice one 🙂
I do love the weekly challenges, and here is my solution
I am not sure if it is "cheating" to use the Formula tool, but the winner can be determined using a formula like this:
Winner = IF [score_i]>[score_j] THEN [Team_i] ELSEIF [score_i]<[score_j] THEN [Team_j] ELSE Null() ENDIF
The is was just a matter on do a Count NonNull's on the result, sort and pick the fist record
That is how I matched the provided result
Result
Still Climbing
/Verakso
Nice little challenge!
My Solution
Fun one
Dan
Decent enough way to start the day...
Here's my solution
First Challenge!
Solution attached.
My solution 🙂
I was curious the combination of win/loss/tie, so this is how I assembled the result.
This is my solution !
Nice straightforward prompt to dip my toes into the weekly challenges.
First challenge complete!
My solution:
My solution..
A fun, quick one! This one is going to be a lot of fun to look through the different solutions, since there are so many different ways to handle it!
Hoping for a different outcome in the real event...
Feeling happy to have completed my first challenge!
Still new to some of the functions so I did some work arounds to get to the final answer. after I submit I will check out some of your solutions to simply my workflow. nice challenge.