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
- 63.9K Get Help
- 410 Global Discussions
- 219 Industry Talk
- 457 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 136 Just for fun
- 57 Community Job Board
- 459 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 298 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!