Forum Discussion
ecovonrein
Apr 29, 2023Iron Contributor
Syntax for calling Lambda via INDIRECT
Does anyone know the syntax for calling a Lambda via INDIRECT? I can write =Calipso!audit(1000) but I cannot write =INDIRECT("Calipso!audit")(1000) nor =INDIRECT("Calipso!audit(1...
PeterBartholomew1
May 01, 2023Silver Contributor
I think I am beginning to lose the thread here. What is the intended purpose of the indirect?
If the top level formula is a Lambda function, one can pass any other function as a Lambda variable and apply it to such parameter string as one chooses within the inner formulae. That would be cleaner conceptually than identifying the Lambda as a text string and using INDIRECT.