Stumped on formula
I run a report out of our Accounting system and it has the store number included in the account number, along with what we refer to as our Sub Project number (example: NS 0046 - AE). I am trying to add a formula to Sub Project column to result in the Sub Project number (Example: row 1 = AE, row 2 = CONST). Is that possible or just wishful thinking on my part?
Thanks!
Best Answer
-
If all your store number values are like "NS 0000 - ", this will start at the 11th position from the left and take the next 5 characters. So "AE", or "DB", or "Other", etc.
=MID([Store Number]@row, 11, 5)
Regards,
Jeff Reisman
Link: Smartsheet Functions Help Pages Link: Smartsheet Formula Error Messages
If my answer helped solve your issue, please mark it as accepted so that other users can find it later. Thanks!
Answers
-
If all your store number values are like "NS 0000 - ", this will start at the 11th position from the left and take the next 5 characters. So "AE", or "DB", or "Other", etc.
=MID([Store Number]@row, 11, 5)
Regards,
Jeff Reisman
Link: Smartsheet Functions Help Pages Link: Smartsheet Formula Error Messages
If my answer helped solve your issue, please mark it as accepted so that other users can find it later. Thanks!
-
You, sir, are glorious! I knew I was making it harder than it needed to be. Works perfectly!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.8K Get Help
- 434 Global Discussions
- 138 Industry Talk
- 470 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 65 Community Job Board
- 486 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!