Hello, how can I replicate a row according to a number in a column? For example, I have the following:
ab 3
cd 5
I want as result 3 rows with ab in them, and 5 rows with cd in them:
ab 3
ab 3
ab 3
cd 5
cd 5
cd 5
cd 5
cd 5
Any help? Thanks!
Hello, how can I replicate a row according to a number in a column? For example, I have the following:
ab 3
cd 5
I want as result 3 rows with ab in them, and 5 rows with cd in them:
ab 3
ab 3
ab 3
cd 5
cd 5
cd 5
cd 5
cd 5
Any help? Thanks!
Try the below code...
![]()
Please Login or Register to view this content.
If your problem is solved, then please mark the thread as SOLVED>>Above your first post>>Thread Tools>>
Mark your thread as Solved
If the suggestion helps you, then Click *below to Add Reputation
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks