DPChristman
Board Regular
- Joined
- Sep 4, 2012
- Messages
- 177
- Office Version
- 365
- Platform
- Windows
I have a large string of data (25 characters), that basically consists of
5 characters for the location number
2 characters for the terminal number
4 characters for the transaction number
8 digits for the date
6 digits for the time
I basically want to separate the date into groups using special characters.
Example:
I know there is a way to do this, but I cannot think of it.
Any ideas?
5 characters for the location number
2 characters for the terminal number
4 characters for the transaction number
8 digits for the date
6 digits for the time
I basically want to separate the date into groups using special characters.
Example:
1234501123420240214144322 Would become
|
Any ideas?