Forum Discussion

PeterBartholomew1's avatar
PeterBartholomew1
Silver Contributor
May 07, 2022
Solved

Alternative formulas for expanding a column of row thunks.

The two options that I tried are Expandλ = LAMBDA(ϑ, LET( n₁, ROWS(ϑ), n₂, MAX(MAP(ϑ,Columnsλ)), MAKEARRAY(n₁,n₂, LAMBDA(i₁,i₂, INDEX(E...
  • SergeiBaklan's avatar
    May 08, 2022

    PeterBartholomew1 

    Second variant is much faster. 200x90 array

     

    Second variant gives approximately the same time on 1400x900 array

    I tested on =SEQUENCE( n, m )  array and on slow PC.

     

    First variant works on per-element basis, second one with arrays loaded into memory as one object. My guess.

Resources