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”, if(a1=53202,(char54)& “the next auto generated number”, “”).
Can anyone help with this, please?
I know a macro will be the ideal but i am not too familiar with the types of coding.
Thanks
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”, if(a1=53202,(char54)& “the next auto generated number”, “”).
Can anyone help with this, please?
I know a macro will be the ideal but i am not too familiar with the types of coding.
Thanks