Forum Discussion
ajames1450
Oct 28, 2022Copper Contributor
how do i duplicate rows based on a cells value
im trying to get data from one table and add it multiple times to another table based on the max qty product max qty order product qty product 1 6 12 product 1 6 product...
Patrick2788
Oct 28, 2022Silver Contributor
The desired result is not clear from the example. To pull rows multiple times you could use CHOOSEROWS/SEQUENCE or INDEX/SEQUENCE.