Reverse Concatenate?
If I have a cell with a string of data such as the following:
CONV-MB20210905-01
Is it possible to write a formula in another column to extract the date? In this case it would be 09/05/2021
Thanks
Best Answer
-
Not understanding what the difference is.
Answers
-
Is it always set up this way?
if yes, see below (change the column name to match yours)
=DATE(VALUE(MID(String@row, 8, 4)), VALUE(MID(String@row, 12, 2)), VALUE(MID(String@row, 14, 2)))
-
@Leibel Shuchat this is great! Thank you! One follow-up question. One of those sets of data that is being extracted is a date in the format of 20210921. Is there a formula to populate a date (date column type) with the value 9/21/21?
-
Not understanding what the difference is.
-
Sorry @Leibel Shuchat - moving too fast
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64K Get Help
- 410 Global Discussions
- 220 Industry Talk
- 459 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 137 Just for fun
- 57 Community Job Board
- 459 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 298 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!