Hello,
I have a sheet with some data that populate based on some formulas and i want to create a column that will be used for unique IDs (ideally incrementing) everytime new data is entered.
The IDs should be created thus:
=if(a1=“51321”,(char84)& “the auto generated number”...