Is there a way to create a WBS formula that produces only whole numbers
I need a WBS formula that produces numbers that will be nothing more than 1, 2, 3,.... 878, 879, etc., regardless of indents and outdents.
I don't want, for example, "1.2.13.5"
Is this possible?
The reason I ask for a WBS-like solution is because if I rearrange the rows, I want the calculation to adjust accordingly. So if a task 872 gets moved up to three tasks above it, the new number will be 869.
Best Answer
-
Insert an auto-number column (called "auto" in this example).
Then insert a text/number column and use this column formula:
=MATCH(Auto@row, Auto:Auto, 0)
Answers
-
Insert an auto-number column (called "auto" in this example).
Then insert a text/number column and use this column formula:
=MATCH(Auto@row, Auto:Auto, 0)
-
Hot dang! It worked! Thanks so much!
Next time I see you, I'll buy you a beer.
-
Happy to help. 👍️
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64K Get Help
- 412 Global Discussions
- 220 Industry Talk
- 459 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 138 Just for fun
- 57 Community Job Board
- 459 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 299 Events
- 38 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!