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
- Customer Resources
- 66.2K Get Help
- 431 Global Discussions
- 152 Industry Talk
- 490 Announcements
- 5.2K Ideas & Feature Requests
- 85 Brandfolder
- 155 Just for fun
- 74 Community Job Board
- 501 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 306 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!