Welcome to the community, @Camille_Sharrow-Blau! :grinning_face_with_big_eyes: Sorry that nobody has responded to this yet. :frowning: Here are my thoughts on this setup.
First, you’ll need a [Categories]
table to contain all of your item categories, and will need to link to the proper category for each item from your main table (I’ll call this [Items]
for now).
After you’ve linked all items to their respective categories, add a field named {Count}
to the [Categories]
table, and make it a count of the linked records from [Items]
. Here’s how that looks in my quick test:
Back in the [Items]
table, add a lookup field that brings in this count value. I named mine {Category Count}
. Here’s how that looks so far:
You already have the {Rank in Category}
field, so all that’s needed is a formula that takes the rank and divides it by the {Category Count}
value, formatting it as a decimal:
{Rank in Category} / {Category Count}
Here’s the final result:
Not an ideal example with so few items in each category, but it should work better with your actual data.