WBS Numbering
Hi
I searched the help but could only find a 2018 listing.
What I would like to have is an auto-numbering that is parent dependent so that we have e.g.
1 - Parent
1.1, 1.2, 1.3 - children
If there was another parent under the master, that would become 1.1.1; 1.1.2 etc
Is this possible or does it need to be a manual entry?
Craig
Answers
-
I know a way to do this if you don't every move the rows around on your sheet, but if you sort the sheet or manually move rows it will mess it up. Maybe someone else can offer a less breakable option, but if that seems reasonable to you I can type it out.
-
My preference would be auto-number so that lines stay in order if a filter is applied.
-
Filtering wouldn't change anything, just the rows actually changing position. When you filter it doesn't change anything other than the appearance. Sorting and manually changing the rows positions would
-
Great, what is your solution?
-
Create an autonumber column to the right, and count the amount of values in said column that appear between the current row and the parent row and add one to get the number of rows deep.
-
Appologies, not sure I understand
-
I placed the fomulae but its not working
-
Can you show the formula you typed?
*delete the 1 in the top row return column
-
=IF(COUNT(ANCESTORS()) > 0, VALUE(PARENT() + "." + COUNTIF(Autonumber:Autonumber, AND(@cell < Autonumber@row, @cell > PARENT(Autonumber@row)))) + 0
-
I made this for one level of hierarchy. Delete the 1 in the project test case row and I think it should work.
-
which column?
-
When I delete the "1" from the Project Test Case row, all the "Return" numbers below it are deleted
-
ohh.... there are 3 level of hierarchy on your sheet. I didn't notice that. Give me a minute
-
I have
Master - top line 1
below it should be 1.01 etc.
Initiation - 1.1
below it should be 1.11 etc.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 62.4K Get Help
- 364 Global Discussions
- 202 Industry Talk
- 430 Announcements
- 4.4K Ideas & Feature Requests
- 137 Brandfolder
- 129 Just for fun
- 128 Community Job Board
- 446 Show & Tell
- 28 Member Spotlight
- 1 SmartStories
- 284 Events
- 35 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!