Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 1
Default incremental counting?????

I am workinging on an .xls spreadsheet with this numbering scheme in Column A.
1
1.1
1.1.1
1.1.1.1
1.1.1.2
1.1.1.3
1.1.1.4
1.1.1.5
1.1.1.6
1.1.1.7
1.1.1.8
1.1.1.9
1.1.1.10
1.1.1.11
how do I get the fourth node to increment on its own, i.e. 12,13,14, once I
add data to the next cell over or column B.
  #2   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 42
Default incremental counting?????

if you use a custom format in column A (starting where you have the 1.1.1.11)
use the custom format of "1.1.1."00

then use an if statement to add 1 to the number above something is entered
in column B

=if(len(b6)0,a5+1,"")

copy this formula down for as far as you anticipate needing numbered rows.

Hope this is helpful



"SBoers" wrote:

I am workinging on an .xls spreadsheet with this numbering scheme in Column A.
1
1.1
1.1.1
1.1.1.1
1.1.1.2
1.1.1.3
1.1.1.4
1.1.1.5
1.1.1.6
1.1.1.7
1.1.1.8
1.1.1.9
1.1.1.10
1.1.1.11
how do I get the fourth node to increment on its own, i.e. 12,13,14, once I
add data to the next cell over or column B.

  #3   Report Post  
Posted to microsoft.public.excel.newusers
Max Max is offline
external usenet poster
 
Posts: 9,221
Default incremental counting?????

Another thought, maybe this ..
In A4: =IF(B4="","","1.1.1."&ROWS($1:1))
Copy down. Joy? wave it here, hit YES below
--
Max
Singapore
---
"SBoers" wrote:
I am workinging on an .xls spreadsheet with this numbering scheme in Column A.
1
1.1
1.1.1
1.1.1.1
1.1.1.2
1.1.1.3
1.1.1.4
1.1.1.5
1.1.1.6
1.1.1.7
1.1.1.8
1.1.1.9
1.1.1.10
1.1.1.11
how do I get the fourth node to increment on its own, i.e. 12,13,14, once I
add data to the next cell over or column B.

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
Incremental charges Nicholas1 Excel Worksheet Functions 2 September 1st 09 02:00 PM
incremental counting based on criteria style0 Excel Discussion (Misc queries) 4 March 29th 09 04:16 AM
Incremental References Liam Excel Worksheet Functions 4 June 13th 08 04:49 PM
Incremental comparison olasa Excel Worksheet Functions 0 June 11th 05 11:57 PM
incremental years darren16 Excel Worksheet Functions 8 May 17th 05 11:39 PM


All times are GMT +1. The time now is 10:27 AM.

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

About Us

"It's about Microsoft Excel"