Table calculation to create descending row numbers

Knowledge Drop

Last tested: Oct 16, 2020
 

Using the row() function will get you an ascending list of row numbers. You can use this to make it descending:

max(row()) - row() + 1

This content is subject to limited support.                

Version history
Last update:
‎06-28-2021 11:47 AM
Updated by: