Forum Discussion
Alternative formulas for expanding a column of row thunks.
- May 08, 2022
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.
I think back in the day of the XLM macro language quite complicated definitions could be made on macro sheets. My thought here was that, since formula scoped names can now be defined using LET, why not extend that to sheet or global names?
To work on the definition one would select the cell, which would automatically load the formula into the AFE (just as it does now with the formula bar). Once edited, it would be back visible on the sheet rather than being hidden away behind defined Names interface. I wouldn't like to guarantee that all users even know that the Name 'environment' even exists, so to have critical parts of the calculation hidden away in a as 'code' is not ideal.