RosettaCodeData/Task/Function-definition/Excel/function-definition.excel

5 lines
50 B
Text
Raw Permalink Normal View History

2025-06-11 20:16:52 -04:00
=LET(
MULTIPLY, LAMBDA(a, b, a * b),
...
)