Select to view content in your preferred language

Rank features by Field A for each unique value in Field B

4388
10
Jump to solution
05-26-2020 09:34 AM
Welch_Nicolas
Emerging Contributor

Apologies in advance if this has been asked and answered elsewhere, but I couldn't find it. 

I have a table of parcel lot lines. I've sorted them by parcel number and length. Now I need to add a field that ranks them by length for each unique parcel, so it would look something like this: 

Parcel numberLengthRankByLength
Parcel1301
Parcel1352
Parcel11003
Parcel11024
Parcel2381
Parcel2402
Parcel2903
Parcel2914

I would think it's a pretty small bit of code to do it, but nevertheless still beyond my capabilities. 

Tags (2)
0 Kudos
10 Replies
DanielHoffman73
Occasional Contributor

This is great!  I've been looking for something like this, and it works brilliantly!

0 Kudos