In Google Sheet, I would like to be able to generate an ID/serial number like this:0000000000A1
Each incrementation should add 1, like this:0000000001A1, 0000000002A1, 0000000003A1, etc...
By using a sequence =SEQUENCE(10;1;0;1) it is possible to generate something simple. But I do not know how to change the format to what I am looking for.
It doesn't have to be column/row dependent. I just need in a column, to get a serial numbers/IDs with this specific format.