WBS Calculation

I use the WBS template from Smartsheet. But find the WBS phase to be in error.
The formula: =LEFT(WBS@row)
How can I refine my formula so that it will capture the LEFT for WBS 1 - 9, but Abel to capture 2 digits numbers as well?
Thanks for any assistance and guidance.
Vivien Chong
Modern Work Management Consultant @ 57Network Consultancy Sdn Bhd
Connect with us: 57network.com
Best Answer
-
Hi @Vivien Chong,
If your WBS column is only numbers/numbers with decimals then this would for you:
=IFERROR(VALUE(LEFT(WBS@row, FIND(".", WBS@row) - 1)), WBS@row)
If there is a number with a decimal, the formula will find where the decimal point is and grab the numerical value. If there is no decimal point, then the whole number is taken instead.
Sample:
Hope this helps, but if I've misunderstood anything or you've any problems/questions then just let us know!
Answers
-
Hi @Vivien Chong,
If your WBS column is only numbers/numbers with decimals then this would for you:
=IFERROR(VALUE(LEFT(WBS@row, FIND(".", WBS@row) - 1)), WBS@row)
If there is a number with a decimal, the formula will find where the decimal point is and grab the numerical value. If there is no decimal point, then the whole number is taken instead.
Sample:
Hope this helps, but if I've misunderstood anything or you've any problems/questions then just let us know!
-
Thanks @Nick Korna Yes you understood my question correctly. The formula works. Thanks.
Vivien Chong
Modern Work Management Consultant @ 57Network Consultancy Sdn Bhd
Connect with us: 57network.com
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
Check out the Formula Handbook template!