Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
trmcbrad
Contributor
Contributor

Tie Breaker in Rank Function

I'm currently using this formula to rank counts.

=rank(count(FacilityAccountID),0,1)

However, I'm getting the result below.Capture.JPG

How do I break the ties in the Rank number column? Is there another field that can be used to break the tie?

Thanks!

1 Solution

Accepted Solutions
sunny_talwar

Try this may be:

=Num(Rank(Count(FacilityAccountID),4,1))

View solution in original post

2 Replies
sunny_talwar

Try this may be:

=Num(Rank(Count(FacilityAccountID),4,1))

trmcbrad
Contributor
Contributor
Author

Thank you so much for your help!!!!!!!