kznmrexcel
Board Regular
- Joined
- Jun 16, 2010
- Messages
- 86
- Office Version
- 2016
- Platform
- MacOS
I have a worksheet that shows book copies for 921 A, B, C, etc. I need to create a list for merging out labels with the correct number of labels for each letter as entered. Example:
According to this inventory sheet, I need
one label that is 921_A,
7 labels that are 921_B and
2 labels that are 921_C.
I would like a new column, "labels," (column C) that populates with:
921_A
921_B
921_B
921_B
921_B
921_B
921_B
921_B
921_C
921_C
....so I'm ready to merge out to the labels document.
If the "count" column is Column A,
"921 list" is column B, and
"labels" is to be in column C (one line item for each needed label),
is there a formula to populate column C based on the quantities entered in "count" column A for each line item in column B?
I appreciate any help with this.
count | 921 list |
1 | 921_A |
7 | 921_B |
2 | 921_C |
According to this inventory sheet, I need
one label that is 921_A,
7 labels that are 921_B and
2 labels that are 921_C.
I would like a new column, "labels," (column C) that populates with:
921_A
921_B
921_B
921_B
921_B
921_B
921_B
921_B
921_C
921_C
....so I'm ready to merge out to the labels document.
If the "count" column is Column A,
"921 list" is column B, and
"labels" is to be in column C (one line item for each needed label),
is there a formula to populate column C based on the quantities entered in "count" column A for each line item in column B?
I appreciate any help with this.