This is a discussion on Automatically number rows in excel within the Software Testing forums, part of the Software Quality Assurance category; Hi friends, This is method for automatically number rows in excel Automatically number rows in Excel Fill a column with ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
#1
| |||
| |||
| Hi friends, This is method for automatically number rows in excel Automatically number rows in Excel Fill a column with a series of numbers Note These numbers are not automatically updated when you add, move, or remove rows. You can manually update the sequential numbering by selecting two numbers that are in the right sequence, and then dragging the fill handle to the end of the numbered range. 1. Select the first cell in the range that you want to fill. 2. Type the starting value for the series. 3. Type a value in the next cell to establish a pattern. For example, if you want the series 1, 2, 3, 4, 5..., type 1 and 2 in the first two cells. If you want the series 2, 4, 6, 8..., type 2 and 4. 4.Select the cells that contain the starting values. 5.Drag the fill handle (fill handle: The small black square in the lower-right corner of the selection. When you point to the fill handle, the pointer changes to a black cross.) across the range that you want to fill. To fill in increasing order, drag down or to the right. To fill in decreasing order, drag up or to the left. Is the fill handle missing? To display the fill handle on a selection of cells, click Options on the Tools menu, click the Edit tab, and then select the Allow cell drag and drop check box. Use the ROW function to number rows Note These numbers are updated when you sort them with your data. However, the sequence may be interrupted if you add, move, or remove rows. You can manually update the numbering by selecting two numbers that are in the right sequence, and then dragging the fill handle to the end of the numbered range. 1. In the first cell of the range that you want to number, type =ROW(A1). The ROW function returns the number of the row that you reference. For example, =ROW(A1) returns the number 1. 2. Drag the fill handle (fill handle: The small black square in the lower-right corner of the selection. When you point to the fill handle, the pointer changes to a black cross.) across the range that you want to fill. Tips • If you are using the ROW function, and you want the numbers to be inserted automatically as you add new rows of data, turn that range of data into an Excel list (list: A series of rows that contains related data or a series of rows that you designate to function as a datasheet by using the Create List command.) . Select the range, point to List on the Data menu, and then click Create List. All rows that are added at the end of the list will now be numbered in sequence. • To enter specific sequential number codes, such as purchase order numbers, you can use the ROW function with the TEXT function. For example, to start a numbered list with 000-001, you would enter the formula =TEXT(ROW(A1),"000-000") in the first cell of the range that you want to number, and then drag the fill handle to the end of the range. Thanks & regards devarajan.V |
|
#2
| |||
| |||
| I am using the latest edition of excel and the old style of being able to drop a series of numbers does not work! Hey I haveread and followed the instructions from the help menu which you have pasted in it's entirity above. The =ROW(A1) does work.. but is a real pain becasue you have to remember this little formulea to do it. The older version worked perfectly as the help description shows. I however whe trying it only get a sequential batch of numbers. e.g stat with 1 then 2... select the two cells and select the fill handle and pull down the column... result is ... 1,2,1,2,1,2... usless! type 1,2,3,4 in vertical cells select the four cells and select the fill handle and pull down the column... result is ... 1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4... usless! try. Ok what settings or formats do Ihave wrong that this does not work as it is supposed to? Or is this function actually lost.. because I havn't meet anyone ho can get this to work yet. |
![]() |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Checkbox in PHP/MySQL rows | chadlong41 | PHP Programming | 0 | 02-03-2009 07:48 AM |
| Removing duplicate rows in a DataSet | shaalini | ASP and ASP.NET Programming | 2 | 02-13-2008 08:33 PM |
| Fetching rows from two tables. | S.Vinothkumar | Database Support | 5 | 09-29-2007 12:54 AM |
| How do I limit the number of rows I get out of my database | sans | PHP Programming | 1 | 09-11-2007 11:20 PM |
| migrated and chained rows | Senthilkumar | Database Support | 1 | 07-13-2007 07:26 AM |
Our Partners |