WBS Formula help
Melissa Torrez
✭✭✭✭✭
I am trying to join the WBS formula to include another level or substep
ID formula = IF([ID_Parent]@row <> "", [ID_Parent]@row, JOIN([ID_Child]:[ID_Child], ".", [Child_Count]@row))
I want the result to be WS1.1.2.1 instead of just displaying .1 under WS1.1.2
Answers
-
Hi @Melissa Torrez,
Try this formula: =IF([ID_Parent]@row <> "", [ID_Parent]@row, PARENT([ID_Child]@row) + "." + [Child Count]@row)
This will fix your issue on the row you specified. I don't know what your formula is in the ID Child column, but if you can add an IF statement to pull in the ID_Parent in if ID_Parent is not blank, I think the ID column formula noted above will work.
I hope this helps!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 62.9K Get Help
- 376 Global Discussions
- 207 Industry Talk
- 440 Announcements
- 4.5K Ideas & Feature Requests
- 139 Brandfolder
- 129 Just for fun
- 130 Community Job Board
- 449 Show & Tell
- 30 Member Spotlight
- 1 SmartStories
- 284 Events
- 33 Webinars
- 7.3K Forum Archives
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!