Allows defining of names, values and calculations within the function. These names can only be used within the formula.
Syntax
name: The names to which you can assign values to.
value: The values assigned to the respective names.
cal_or_name: Indicates the calculation to be performed or the next name to be defined. If calculation, it must be the last parameter in the function. If name, the respective value and calculation must be added.
Remarks
The last parameter in the function must contain the calculation that returns the result.
Examples
|
Formula |
|
=LET(revenue;SUMIF(C:C;I1;F:F);commission;revenue*10%;revenue-commission) |
Possible Errors
|
Errors |
Meaning |
|
#N/A! |
|
|
#NAME! |
|
|
#VALUE! |
|
|
#REF! |
|