Generating an array of consecutive integers
Posted by Somkiat on January 01, 2002 7:54 PM
Are there any other formulas that can generate an array of consecutive integers?
Following formulas work fine but they could not extend beyond 65536 which is the last row.
{=Row(1:12)}
{=Row(Indirect("1:12"))
{=Row(Indirect("1:65536"))}
Thanks,
Somkiat