I want to automatically number the cells in a column. How do I do this?
Posted by Mark W. on February 11, 2002 11:48 AM
Not quite sure what you need, but...
Cells are already numbered based on their row. =ROW(ref) will return the row number of the cell reference, "ref". Also, =ROW() can be entered into any cell to return the row number of that cell.