Forum Discussion
SergeiBaklan
Jan 22, 2022Diamond Contributor
long texts with arrays in conditional functions
PeterBartholomew1 , tboulden or someone else
Perhaps you know the workaround, even with lambdas. In simplest case
=IF( 1, REPT("a", 256) ) works
=IF( {1}, REPT("a", 256) ) returns #VALUE!
...
SergeiBaklan
Jan 23, 2022Diamond Contributor
Thank you. Not sure about BYROW(), will play with it. MAKEARRAY() works, but formulas are so ugly...
tboulden
Jan 23, 2022Iron Contributor
Agreed, I suspected MAKEARRAY would be viable also, but I agree with you that the formulae are ugly and unwieldy.