SharePoint 2010 Calculated field value using ID column to generate an auto number

Hi All,

Sometimes we need to use the id column to generate an autogenerate number like INC0000332 etc.

Below formula can be used to create such a column.

=CONCATENATE("SIR-",REPT(0,4-LEN(ID+1)),ID+1)


Note: The item should be saved in order to reflect the value in the column.

Comments

Popular posts from this blog

Install Node.js without admin rights

Create a lean React Solution using Typescript

Replace all occurence of String in JavaScript