6 lines
81 B
Text
6 lines
81 B
Text
ENUMFROMTO
|
|
=LAMBDA(a,
|
|
LAMBDA(z,
|
|
SEQUENCE(1 + z - a, 1, a, 1)
|
|
)
|
|
)
|