Hey folks! I’m hoping someone here can help me out with a confusing (to me) spreadsheet question. I can do most basic operations in Excel or Sheets, but this is a bit trickier, for me at least.
I maintain a spreadsheet of codes that I issue to music producers and artists that I work with as a mastering engineer or publisher. They’re called ISRC (International Standard Recording Code) and every time I master a track (prepare it for release/distribution) I assign that particular recording a code. This code is basically the social security number of the recording - it’s the key identifier for tracking the recording for purposes of streaming and digital sales/use figures etc.
These codes follow a particular format, and as a licensed ISRC Manager, I generate them for third parties. After I do this, I need to maintain a record of the codes issued with some basic provenance and ownership/POC information for the US ISRC Agency. So far so good.
The problem is this: I need to increment the code numbers in a column. But it’s a string, not a numeric value. Basically the format is
XXYYYZZ00000
where XX is the country code, YYY is my registrant identifier, ZZ is the year of issue (i.e. 16 for 2016), then a five digit numeric designation for the unique audio file.
XXYYY don’t ever change. ZZ only changes at the new year. But each new code I issue has a different numeric. They don’t have to be fully sequential, and I often block out a number range for a particular artist or client, from say 00100 to 00199.
So here’s a sample code:
QM9EM1400452
The next one is 453, then 454 etc in this block.
A block for a different artist might be
QM9EM1401600 to 1699 or what have you.
How can i set it up so that I have a column that automatically increments the last digits as I enter new songs in the sheet?
Currently I have to manually change each one as I paste the previous value in. It’s very slow and tedious. I know there’s a better way that probably concatenates a string and an integer as we create a new row, but damned if I know how to do it.
Thanks in advance for any assistance. These codes aren’t secret or anything so if it helps I can share a sample of the actual sheet.
Cheers!