Hi, On Mon, May 25, 2026 at 8:59 PM Eike Rathke <[email protected]> wrote: > It could simply be the presence of a following opening parenthesis, i.e. > SQRT( vs SQRT, where (...) designate a function call and without the > input parameter is taken.
Yes, that's what I wanted to say but I guess I wasn't clear. Any name will be considered to be an input variable unless it is called (using the parentheses) - then it is assumed the name to be a function. This should work fine with eta lambda as that's on a different level - for example =MAP(A1:A4; SQRT). In this case we aren't in a LAMBDA when we refer to SQRT by name, which in this case is referring to a function even if we don't call it. > Eike Tomaž
