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
- Customer Resources
- 66.7K Get Help
- 438 Global Discussions
- 152 Industry Talk
- 497 Announcements
- 5.3K Ideas & Feature Requests
- 85 Brandfolder
- 155 Just for fun
- 77 Community Job Board
- 509 Show & Tell
- 34 Member Spotlight
- 2 SmartStories
- 307 Events
- 36 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!