sharky12345
Well-known Member
- Joined
- Aug 5, 2010
- Messages
- 3,422
- Office Version
- 2016
- Platform
- Windows
I need to extract certain text and a date from a filename which is stored in a cell.
The value is like this;
The text I need will be the part that is shown as 'Headoffice' above, (this can vary in text length.
The date I need is the part shown as '01_04_2018' above and I will need the result formatted as '01/04/2018'.
Note - I need 2 separate formulas for this, one for the text and the other for the date - the results can go anywhere on the sheet so perhaps column B same row?
The value is like this;
Code:
Raw Data (For Import only) - Headoffice 01_04_2018 (Late).xlsx
The text I need will be the part that is shown as 'Headoffice' above, (this can vary in text length.
The date I need is the part shown as '01_04_2018' above and I will need the result formatted as '01/04/2018'.
Note - I need 2 separate formulas for this, one for the text and the other for the date - the results can go anywhere on the sheet so perhaps column B same row?