Hello, Community.
I've tried researching a solution to my problem, but my efforts have been futile. I need to transform the text string date in the first column to an actual date in a new column in MM/DD/YYYY format, but I can't seem to figure it out. I've tried a few different DateTime functions, including the DateTimeParse(). Any and all help is much appreciated. Thanks in advance!
Current Format (as Text) | Desired Format (as Date) |
MAY-23 | 05/01/2023 |
DEC-22 | 12/01/2022 |
APR-24 | 04/01/2024 |
** NOTE: The DD will always be 01 for the first of each month.
Solved! Go to Solution.
That worked perfectly and was much easier than what I was making it out to be. Thank you!