Row Numbering question
Row Numbering question
(OP)
Hi,
I need to number my data set rows in a worksheet. But the rows are every other one. (one empty row between each data row) Is there an way to do this simply?
Thanks
I need to number my data set rows in a worksheet. But the rows are every other one. (one empty row between each data row) Is there an way to do this simply?
Thanks





RE: Row Numbering question
RE: Row Numbering question
CODE
Should do!
RE: Row Numbering question
RE: Row Numbering question
CODE
RE: Row Numbering question
A simple way to do this is to use EXCEL's Fill_Series feature. Let us say your data begins in row 2, aand you want row numbers in column C, then this is what you do ...
1) key in 1 in cell C2
2) key in 2 in cell C4
3) select cells in column C starting with cell C1 and going down as many rows as you like.
4) With all the cells selected, and with cell C1 as the ActiveCell, invoke EDIT|Fill>Series, then ...
5) Series in Box ... click in option button Column
6) Type Box ... click in option button AutoFill
7) click OK
8) if the rows are numbered the way you want ... Success! otherwise undo and back to Step 1
I hope this helps.
Yogi Anand, D.Eng, P.E.
Energy Efficient Building Network LLC
ANAND Enterprises LLC
http://www.energyefficientbuild.com
RE: Row Numbering question