Hi
I have huge list of values, about 40 000 values in column B starting from row 5. I need to copy each row multiple times based on the cell value (B2).
List is now like:
0001
0002
0003
If the cell value in B2 is 4, every row in column B starting from row 5 is copied 4 times and the result would look like:
0001
0001
0001
0001
0002
0002
0002
0002
0003
0003
0003
0003
I really appreciate if someone have time to take a look at this problem.
Thank You!
I have huge list of values, about 40 000 values in column B starting from row 5. I need to copy each row multiple times based on the cell value (B2).
List is now like:
0001
0002
0003
If the cell value in B2 is 4, every row in column B starting from row 5 is copied 4 times and the result would look like:
0001
0001
0001
0001
0002
0002
0002
0002
0003
0003
0003
0003
I really appreciate if someone have time to take a look at this problem.
Thank You!