Have MSExcel spreadsheet with 1420 rows - want column with row num

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

I have a MSExcel spradsheet with some 1420 rows. I want to number each of
the rows and have those numbers within the first column. Certainly I do not
want to do this by hand but want some function to do this. How can I do this?

Thanks,
Brian
 
Hi Brian,
You could try putting in Row(), which would change if you insert or delete
rows, or you could simply use the Edit Fill function, or you could put 1 in
A1, in A2 put =A1+1 and copy down.
 
Hi, Frank:

Not just a simple copy, though. I did just what you said, and I got 1, 2, 1,
2, 1, 2, .....?

Did you mean to use the fill handle?
 
In addition to the suggestions re using formulas, you could put the starting
number in A1, then use Edit/Fill/Series to fill the rest of the numbers. Check
it out in Help.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top