Vector of length of Numbers

I would like to create a vector in Column 1, the length is the maximum length allowed in the spreadsheet (or 30,000 whichever is shorter). The vector would be an integer sequence 1, 2, 3 .... N.


I could drag until I hit the end. Looking for a function or some other way to do it.

Posted on Mar 14, 2020 1:18 PM

Reply
3 replies

Mar 15, 2020 8:10 AM in response to Barry

A good point that Numbers will have a difficult time handling a very long table. If the numbers are not needed for calculation, then the built in row references are the way to go.


If you do need the list of numbers and a variant of ROW() will generate what you need, then you can copy/paste formula results to releviev the burden of having the formulas.


quinn

Mar 14, 2020 10:58 PM in response to DesertRatR

"…the length is the maximum length allowed in the spreadsheet (or 30,000 whichever is shorter)."


The maximum number of rows in a Numbers Table, rounded to the largest multiple of 1000, is 65000, so "30,000" is shorter in all cases. A spreadsheet (which in Numbers is a shortened way of saying "Spreadsheet Document" may contain many tables.


Note that the 'maximum' is an absolute max. The Practical maximum is somewhat less, and depends on the width of the table (Max: 255 columns), how many active formulas you have, which functions are active in these formulas, and how much slowdown you are comfortable with.


Unless you have a need for these 'row numbers' beyond being able to see them, a formula to calculate them is a waste of processor time and energy.


Clicking on any cell in a Table automatically displays the Row and Column reference tabs. Each of the Column tabs displays the column letter(s) for its column. Each of the Row tabs displays the row number for its Row.


If you only need to know how many rows there are in your table, a single formula will tell you that: =Rows(B) counts the rows in column B, and returns the count.


Regards,

Barry



This thread has been closed by the system or the community team. You may vote for any posts you find helpful, or search the Community for additional answers.

Vector of length of Numbers

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple Account.