How do I get my formula to include the leading 0 in the beginning of all numbers?
Currently I am running the formula below to get a set of 8 digits (including a leading 0) to separate it from it from the Site Name.
The formula is currently taking the leading 0s out of all of the numbers I am trying to get into my new column, but other than that working fine. How do I get it to include the leading 0 plus the rest of the number?
=VALUE(IFERROR(MID([Site Name]1, FIND(CHAR(65), [Site Name]1), FIND(CHAR(32), [Site Name]1) - FIND(CHAR(65), [Site Name]1)), MID([Site Name]1, FIND(CHAR(48), [Site Name]1), FIND(CHAR(32), [Site Name]1) - FIND(CHAR(48), [Site Name]1))))
Tags:
Answers
-
Hi all,
Nevermind, I used the following which was way easier.
=LEFT([Site Name]@row, 8)
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.2K Get Help
- 445 Global Discussions
- 143 Industry Talk
- 476 Announcements
- 5K Ideas & Feature Requests
- 84 Brandfolder
- 150 Just for fun
- 71 Community Job Board
- 488 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 301 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!