Forum Discussion
BRWNewc
May 04, 2024Copper Contributor
Named Lambda Function Error Bug?
I am not sure if this is a bug, but it seems odd to me. Lets says you want to create a Lambda function which outputs "#N/A" under a certain condition by using the NA() function, i.e.: =Lambda(inp...
SergeiBaklan
May 04, 2024Diamond Contributor
That's simpler to test. Compare =LAMBDA( NA() )() in cell with function fn=LAMBDA( NA() ) called as fn().
Not sure why so.