I want to generate numbers from 1 to N, where N is the parameter that I can control. And I want to generate no more no less N numbers in N rows.
How can I do that?
>Solution :
You may use a direct
=sequence(14)
or with a cell reference
=sequence(J2)
