J
jenlong
Hello All,
I would love it if someone could help me figure this one out.
I have a list of values like the example below. I need to copy the
values in column A into a new column on another worksheet, but I need
to paste each value the number of times represented by column B.
Column A Column B
345442 3
154468 4
223399 2
....
I want the result to look like this:
New Column, New worksheet
345442
345442
345442
154468
154468
154468
223399
223399
....
I have a massive list that I need to do this to (1286 rows) and the
output will end up over 10,000 rowes (but less than excel max).
Can anyone help me with a macro for this?
Thanks!
jlo
I would love it if someone could help me figure this one out.
I have a list of values like the example below. I need to copy the
values in column A into a new column on another worksheet, but I need
to paste each value the number of times represented by column B.
Column A Column B
345442 3
154468 4
223399 2
....
I want the result to look like this:
New Column, New worksheet
345442
345442
345442
154468
154468
154468
223399
223399
....
I have a massive list that I need to do this to (1286 rows) and the
output will end up over 10,000 rowes (but less than excel max).
Can anyone help me with a macro for this?
Thanks!
jlo