We may utilise the LAMBDA function to construct a custom function that we can use in our formulae. Although we could use the LAMBDA function in any formula in any cell, the function name is created using the Name Manager.
Syntax :
=LAMBDA(parameter, calculation)
Parameters :
Example :
We’ll see that the LAMBDA function takes a variable called CalDate as an argument. CalDate is hence the FISCALQ function’s parameter. LAMBDA utilises the CalDate input value in the computation, which is the CHOOSE/MONTH formula in this example. You’ll recall that the MONTH function formerly functioned directly on a cell reference (B8). CalDate was used in place of the direct cell reference. So, LAMBDA is expecting a CalDate input value and then passes that value to the MONTH function.
Ask Your Query