Forum Discussion

HotCakeX's avatar
Jan 01, 2021
Solved

What's wrong in this simple LAMBDA function?

I was reading this article and trying out the new feature LAMBDA function - Office Support (microsoft.com) I decided to do something super simple like this but it throws and error message that's sh...
  • PeterBartholomew1's avatar
    Jan 01, 2021

    You are lucky to have the LAMBDA function to test! I am still waiting - impatiently. As a first thought I would suggest that using cell references for names is asking for trouble. If you want brief names I would expect

    = LAMBDA(n₁, n₂, n₁+n₂)(2,2)

    to work.

Resources