Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Creating a WBS numbering system

Looking for a way to number a work breakdown structure in excel.
This is the desired output:
1.2.3 Labor
1.2.3 Other
1.2.3 Cont
1.2.4 Labor
1.2.4 Other
1.2.4 Cont

When the text equals "Cont" have the cell below increase by the lowest element
Anybody have any ideas??? Thanks for your time and attention - Mark
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3,885
Default Creating a WBS numbering system

Hi
IMHO don't use Excel for this. Excel just has no function built.in to
do this. Project/Word is IMHO better suited for such tasks

--
Regards
Frank Kabel
Frankfurt, Germany

"M Houghton" <M schrieb im
Newsbeitrag ...
Looking for a way to number a work breakdown structure in excel.
This is the desired output:
1.2.3 Labor
1.2.3 Other
1.2.3 Cont
1.2.4 Labor
1.2.4 Other
1.2.4 Cont

When the text equals "Cont" have the cell below increase by the

lowest element
Anybody have any ideas??? Thanks for your time and attention - Mark


  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,253
Default Creating a WBS numbering system



Mark, try a formula like:

in A2 =OFFSET(A2,-1,0)+N(OFFSET(A2,-1,1)="Cont")
Custom Numberformat: "0\.0\.0"

Using the offset function ensures formula integrity when
lines are inserted or deleted.



--
keepITcool
| www.XLsupport.com | keepITcool chello nl | amsterdam


M Houghton wrote :

Looking for a way to number a work breakdown structure in excel.
This is the desired output:
1.2.3 Labor
1.2.3 Other
1.2.3 Cont
1.2.4 Labor
1.2.4 Other
1.2.4 Cont

When the text equals "Cont" have the cell below increase by the
lowest element Anybody have any ideas??? Thanks for your time and
attention - Mark

  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 236
Default Creating a WBS numbering system

Assuming the 1.2.3...... is Col A and 'Labor'.... is Col B
In A7
=LEFT(A6,FIND("~",SUBSTITUTE(A6,".","~",2)))&(VALU E(RIGHT(A6,LEN(A6)-FIND("~",SUBSTITUTE(A6,".","~",2))))+1)

HTH,
Gary Brown


"M Houghton" wrote:

Looking for a way to number a work breakdown structure in excel.
This is the desired output:
1.2.3 Labor
1.2.3 Other
1.2.3 Cont
1.2.4 Labor
1.2.4 Other
1.2.4 Cont

When the text equals "Cont" have the cell below increase by the lowest element
Anybody have any ideas??? Thanks for your time and attention - Mark

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
How to set up a formula for an Alphanumeric numbering system RitaK Excel Discussion (Misc queries) 2 August 19th 09 02:03 PM
numbering system majestyk[_2_] Excel Worksheet Functions 4 February 15th 09 11:41 PM
Auto Numbering System Smurf613 Excel Worksheet Functions 1 July 13th 06 12:51 AM
How can I keep my numbering system consecutive when I sort? duchess_2 Excel Discussion (Misc queries) 2 October 24th 05 09:24 PM
How do I set up an automated numbering system For my "Invoice Num Frank Medina & Associates Excel Worksheet Functions 1 August 14th 05 04:23 PM


All times are GMT +1. The time now is 10:52 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"