#1   Report Post  
jharkins
 
Posts: n/a
Default Auto Numbering


Can any one help me with this? I am trying to number a cost table
sequencially from A.1.1, A1.1.2 and so on. Can you do this in Excel?
And can you make to where if you insert a row in between the rows that
are already numbered that it changes everything automatically? Please
Help!!!


--
jharkins
------------------------------------------------------------------------
jharkins's Profile: http://www.excelforum.com/member.php...o&userid=25656
View this thread: http://www.excelforum.com/showthread...hreadid=390993

  #2   Report Post  
modular_brian
 
Posts: n/a
Default

Using Excel 2000, I entered A.1.1 in a cell. Then I used my mouse and
dragged the bottom right corner of the cell down and the list grew
sequentially A.1.1, A.1.2, A.1.3, etc. I did not have much success for Excel
populating inserted rows with sequentially correct data.

"jharkins" wrote:


Can any one help me with this? I am trying to number a cost table
sequencially from A.1.1, A1.1.2 and so on. Can you do this in Excel?
And can you make to where if you insert a row in between the rows that
are already numbered that it changes everything automatically? Please
Help!!!


--
jharkins
------------------------------------------------------------------------
jharkins's Profile: http://www.excelforum.com/member.php...o&userid=25656
View this thread: http://www.excelforum.com/showthread...hreadid=390993


  #3   Report Post  
HS Hartkamp
 
Posts: n/a
Default


I'd create a couple of columns that each give a part of the numbering, and
get their value depending on the cell above.

Example: A.1.1, A.1.2, etc.

Columns A:C contain switches to start a new number. Columns D:F contain the
partial numbers. Column G concatenates D:F
After that, from column H, you'd have your list.

First row (D1:F1) enter starting values (A, 1 and 1)
Second row: [D2] =IF(A2=1;CHAR(ASCII(B1)+1);B1)
[E2] = IF(B2=1;E1+1;E1)
[F2] = IF(C2=1;F1+1;F1)
[G2] = D2 & "." & E2 & "." & F2
Third row and further, copy second row.

Make sure the print range is set so that it does not include the first 6
columns.
You can hide columns D - E - F, but for the numbering to update after you
insert rows, you must copy the formulas.
If your list contains some bits of information to see when you want a new
(sub-)number, you can use those instead of columns A-B-C.

Bas Hartkamp.


"jharkins" wrote in
message ...

Can any one help me with this? I am trying to number a cost table
sequencially from A.1.1, A1.1.2 and so on. Can you do this in Excel?
And can you make to where if you insert a row in between the rows that
are already numbered that it changes everything automatically? Please
Help!!!


--
jharkins
------------------------------------------------------------------------
jharkins's Profile:

http://www.excelforum.com/member.php...o&userid=25656
View this thread: http://www.excelforum.com/showthread...hreadid=390993



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Auto Numbering Each Cell In A Column UFWPresident Excel Worksheet Functions 5 June 17th 05 12:18 AM
Auto numbering of spreadsheets abfabrob Excel Discussion (Misc queries) 1 May 9th 05 03:09 PM
Auto page numbering for several worksheets Andy Excel Worksheet Functions 1 March 13th 05 04:41 AM
auto numbering Tricky Nicky Excel Discussion (Misc queries) 2 December 29th 04 05:44 PM
AUTO PAGE NUMBERING DIFFERENTLY FOR A WORKBOOK CHCO Excel Worksheet Functions 0 December 13th 04 04:11 PM


All times are GMT +1. The time now is 12:42 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"