Forum Discussion
delcroig
Sep 14, 2023Copper Contributor
ranking a data in a field of data
I would like to automatically indicate the rank of a data enclosed in a table of 11 data
HansVogelaar
Sep 14, 2023MVP
Add a column to the table.
You can use the RANK.EQ function or the RANK.AVG function in a formula in the new column.
It will automatically be propagated to all rows of the table.