English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

I'm sure there's an easy way to auto number a column... I'm just missing it. Thanks.

2007-02-22 04:29:17 · 2 answers · asked by Rob 5 in Computers & Internet Software

2 answers

Sure just make a macro. or if you need it all the time on new pages just make a template.

Or manually

enter the first 3 numbers in the colum and then use the fill handle(the little square arount the cell selected and drag it down. Excel will auto poulate the cells, this works with almost any patterned information.....

2007-02-22 04:33:57 · answer #1 · answered by newton3010 6 · 1 1

I think you need to make a column to auto-number, right?
If so, paste this in the first cell (Say B1)
=1
in the cell below, paste this
=B1+1
and fill B2 to the rest of the cells

OR

Paste this in B1
=ROW()
and fill it down

IF you nymbers are starting from a cell other than first row, say from B5, then paste this in B5
=ROW() -4
and fill it down.

If you want to make a certain cell to auto-number every time you open the file, that is another issue

Mail me, if you want it

Enjoy my profile, I am the VBAXLMan

2007-02-24 23:28:13 · answer #2 · answered by Anonymous · 1 0

fedest.com, questions and answers