I use a formatted autonumber column to record a new Reference Number for each new entry in a Smartsheet. The format I use is CR{YY}.000 where 000 started from 001 for the year 2016. I want to continue this format into 2017, but I want the 000 to restart from 001. Any thoughts ?
My list of rows should end up like :
CR16.001
CR16.002
CR16.nnn
CR16.999
CR17.001
CR17.002
CR17.nnn
CR17.999