core.noscript.text
Want to get involved? We're always looking for ideas and content for Weekly Challenges.
Uploading the solution. It's quite straight forward but has a little manual part. Not recommended for large dataset.
My Solution
Solution
My solution
Solution is attached.
Uploading old solutions I have lying around
#9 results:
Updated to show 2 options.
IF statement in option 1:
IF [Row-1:count]=[count] THEN [Row-1:RANK]ELSEIF [Row-1:count] > [count] THEN [Row-1:RANK] +1ELSE 1ENDIF
my solution and an alternative I found online
Spoiler