Forum Discussion
Rank column based on other text column
- Anonymous2 years ago
Hi PimK ,
Since you don't want to change the Code column as number type. You need to first create column to return number type values.
Then create a column to return min code value group by name.
At last, create the ranking column.
Best Regards,
Stephen Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi PimK ,
Since you don't want to change the Code column as number type. You need to first create column to return number type values.
Then create a column to return min code value group by name.
At last, create the ranking column.
Best Regards,
Stephen Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Thanks Stephen!