I am trying to create an array where certain text values are repeated a certain number of times.
For example, the text in row 18 would repeat n number of times where n is in row 19.

Ive tried several things like let and sequence with no luck.
=LET(in,I18,rep,I19,s,SEQUENCE(ROWS(in)*rep,1,0),INDEX(in,QUOTIENT(E6s,rep)+1))
=TOCOL(CHOOSECOLS(I18,SEQUENCE(I19,1,1,0)))
These both repeat one cell but the correct number of times but I need to add in the other columns.



Here's one way using Reduce: