I’m trying to take a range of cells (SourceRange) and repeat it n times vertically in a column (Result Column). Here is an example of what I want to do:
Here is the file.
>Solution :
You may try:
=tocol(map(tocol(A2:A,1),lambda(Σ,wraprows(Σ,C2,Σ))),1,1)

