Multiple Ranked Lists

Community Topic:

With [RowID] and [Rank] from in this post:

Numbered Rows by Category
0
Category
Item
RowID
Rank
Rank in Category
Visual Order
Colors
2
Red
1
1
1
1
Blue
2
2
2
2
Numbers
4
One
4
3
1
3
Three
6
5
2
4
Two
5
4
3
5
Four
7
6
4
6
Letters
5
A
8
7
1
7
B
9
8
2
8
C
10
9
3
9
E
12
10
4
10
F
13
11
5
11

[RowID]

Type: Number
Formula: RowId(thisRow)

[Rank]

Type: Number
Formula: Rank(RowID,thisTable.RowID,true)

[Rank in Category]

Type: Number
Formula: Filter(thisTable,Category=thisRow.Category).Rank.Sort().Find(thisRow.Rank)
Want to print your doc?
This is not the way.
Try clicking the ⋯ next to your doc name or using a keyboard shortcut (
CtrlP
) instead.