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 #9: Analytics Ranking

jssandom
8 - Asteroid

My solution!

mridenour
7 - Meteor

Here's a slight modification to the formula in the Multi-Row Formula tool that handles ranking ties (this only works if you are not ranking within groups). E.g., instead of ranking: 1, 2, 3, 3, 4, 5, 6, 6, 7, this formula ranks it as: 1, 2, 3, 3, 5, 6, 7, 7, 9

 

IF [RecordID] = 1 THEN 1
ELSEIF [Row-1:Total Count]=[Total Count] THEN [Row-1:Rank]
ELSE [RecordID]
ENDIF

nnilz
8 - Asteroid

Pay attention to the Multi-row formula. Solution attached

nnilz
8 - Asteroid

Had to upload a much more efficient solution. Pay attention to the multi-row formula!

tbayer
5 - Atom

Here's one way to do it! :)

harrycooney
7 - Meteor

Challenge 9 Solution:

 

enci1017
6 - Meteoroid

solution 9

andreweckerson
7 - Meteor

Solution: Challenge #9

Samuel_To
10 - Fireball

Hi,

 

This is my solution. 

 

Thanks and Regards,

 

Samuel

heidi-trimble
6 - Meteoroid