79810454

Date: 2025-11-05 18:22:23
Score: 2
Natty:
Report link

There's a great solution using MAKEARRAY:

E.g. to make 10 single column rows containing the string "foo":

=makearray(10, 1, lambda(_,__, "foo"))

enter image description here

Reasons:
  • Probably link only (1):
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: untitled90