Forum Discussion

Gilles_53's avatar
Gilles_53
Copper Contributor
Jun 07, 2026

LAMBDA : function generating #NAME error

Hie,   I juste discovered Lambda function, and i have a problem.   I created a lambda function that compute a cubiqual polynomial with the code : Poly3:=LAMBDA(_a, _b, _c, _d, _x, ((_a*_x+_b)*_x...