How to parse a value from a concatenated field?
Hello!
I have a column in a sheet that is being populated with multiple pieces of information from Data Mesh. As shown in the example below, the cells in this column contain multiple dates. I would like to parse out a single date from this column (Actual Deadline Achieved) into another column. I don't need the text "Actual Deadline Achieved:" - just the date that follows that text.
Does anyone know how I can go about doing this? Example text and actual screenshot of a cell in this column are below:
"Baseline 1 - Pre-approval: 08/07/24
Baseline 2 - Post Approval:
Best Case Scenario: 07/19/24
Stretch Goal:
Actual Deadline Achieved: 07/29/24
% Complete: 100%"
Answers
-
Use the formula =RIGHT([Cell], 8). And make sure you're using a date column
-
I appreciate your help, but that did not work. The result I got using that formula can be seen below. It seems to have just pulled the last 8 characters from the cell. Even if it's formatted as a date field, it still pulls letters and symbols. If I click the column properties setting "restrict to dates only" then it won't allow this formula to be input.
-
You can use this formula.
=MID([Column containing the information]@row, FIND("Actual Deadline Achieved", [Column containing the information]@row) + LEN("Actual Deadline Achieved: "), 8)
Thanks,
Aravind GP| Principal Consultant
Atturra Data & Integration
M: +61493337445
E:Aravind.GP@atturra.com
W: www.atturra.com
-
Hello @AravindGP
Thank you so much for taking the time to help. The formula you provided worked perfectly! One question - if the column being parsed does not have an Actual Deadline Achieved date yet, the destination formula returns a value of "% Compl". I understand why this is, but if possible I'd like the destination column to be blank if there is no Actual Deadline Achieved value. Is it possible to achieve this within the same formula?
Thank you again for your help. I really appreciate it.
-
Unfortunately, no. As the formula is just trying to find the immediate next 8 characters after the text string.
Thanks,
Aravind GP| Principal Consultant
Atturra Data & Integration
M: +61493337445
E:Aravind.GP@atturra.com
W: www.atturra.com
-
Understood. Thank you again for your help. I really appreciate it.
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 63.9K Get Help
- 410 Global Discussions
- 220 Industry Talk
- 457 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 136 Just for fun
- 57 Community Job Board
- 459 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 298 Events
- 37 Webinars
- 7.3K Forum Archives