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
- Customer Resources
- 65.1K Get Help
- 444 Global Discussions
- 142 Industry Talk
- 472 Announcements
- 5K Ideas & Feature Requests
- 83 Brandfolder
- 150 Just for fun
- 71 Community Job Board
- 489 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 301 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!