I need to generate secondary ID numbers (clone ID's) from an initial ID (parent ID). For example, parent ID is ID001. It has 3 clones, which need to be named ID001A, ID001B, ID001C.
My first sheet just has parental ID (1st ID) in column A and number of clones in column B (see image) Some parents have zero clones and should be skipped.
In a new sheet (could also be same sheet if that's easier) I need the parental ID (Column A), new clone ID (Column B). With each clone ID, it will need its own row. I need a code that can generate both the new clone ID (Parent ID + letter in order, (A, B, C, etc.)) and put them in a new row.
If a parent ID has zero clones, it should be skipped over and not included in the new sheet.
I've made a demo of what I'm looking for in the second image. The color coding is not necessary, I just added it to show the parental IDs.
Thank you! This would save me so much time as I am doing this manually right now for hundreds of IDs. If there's anything else I can clarify, please ask!
My first sheet just has parental ID (1st ID) in column A and number of clones in column B (see image) Some parents have zero clones and should be skipped.
In a new sheet (could also be same sheet if that's easier) I need the parental ID (Column A), new clone ID (Column B). With each clone ID, it will need its own row. I need a code that can generate both the new clone ID (Parent ID + letter in order, (A, B, C, etc.)) and put them in a new row.
If a parent ID has zero clones, it should be skipped over and not included in the new sheet.
I've made a demo of what I'm looking for in the second image. The color coding is not necessary, I just added it to show the parental IDs.
Thank you! This would save me so much time as I am doing this manually right now for hundreds of IDs. If there's anything else I can clarify, please ask!