Forum Discussion
VMelgarejoCaz
Jan 20, 2025Copper Contributor
Transpose in arrays of n columns
Hello all and thanks in adhance for your help. I am tryting to find a formula or shortcut that would allow me to transpose arrays of n columns into matrixes of n rows and n columns, to plot the d...
PeterBartholomew1
Jan 21, 2025Silver Contributor
This formula uses a complicated function to expand thunks. Otherwise switching the order of the dimensions in a multidimensional array requires sorting by index.
= EVALTHUNKARRλ(TRANSPOSE(BYROW(rng, LAMBDA(d, LAMBDA(WRAPROWS(d, cols))))))