Hi All
I am trying to auto create a two digit number starts from 01 and maximum to 99 and update to column "Sub" and add one for next new item. but the calculation needs to depend on different value from other column "Version".
For example
the first item add with "Version" :"A" should create 01, and the second item add with "Version": "A" should create 02.
but if the third item add with "Version": "B" the number should create as "01" since it's the first item with version "B".
Does anyone have idea about it?
thanks!