GreyFox8991
New Member
- Joined
- Jul 20, 2022
- Messages
- 21
- Office Version
- 2016
- Platform
- Windows
Greetings Excel Community,
I have a set of data and i am wondering if there is code or formula that can be created to parse these values into comma delimited dates. The dates are combined together to make it look as a long string, however i am attempting to create the end result under the "Formatted dates" column. Any insight would be greatly appreciated.
I have a set of data and i am wondering if there is code or formula that can be created to parse these values into comma delimited dates. The dates are combined together to make it look as a long string, however i am attempting to create the end result under the "Formatted dates" column. Any insight would be greatly appreciated.
Book1 | ||||
---|---|---|---|---|
A | B | |||
1 | Unformatted Dates | Formatted Dates | ||
2 | 01/01/2022/01/05/202206/17/202207/28/2022 | 01/01/2022,01/05/2022,06/17/2022,07/28/2022 | ||
3 | 01/01/2022/01/04/202204/14/2022 | 01/01/2022,01/04/2022,04/14/2022 | ||
4 | 01/01/2022/01/05/202201/25/2022/01/30/202202/27/2022 | 01/01/2022,01/05/2022,01/25/2022,01/30/2022,02/27/2022 | ||
Sheet1 |