I created an index column after sorting a column descending. Now, I want to create a new custom column taking their index number divided by the number of total rows or Max index number:

New Column = [Index]/Countrows(Table) or New Column = [Index]/Max([Index])

Example:
HTML Code: