5 lines
50 B
Text
5 lines
50 B
Text
|
|
=LET(
|
||
|
|
MULTIPLY, LAMBDA(a, b, a * b),
|
||
|
|
...
|
||
|
|
)
|