Hello,
I have a dataset with multiple date formats. I need to transform them into yyyy-mm-dd
I created a lookup table with all possible months abreviations that I'm using as to apply as "vlookup".
| Date |
| 15/07/2021 |
| JUL', '07,', '2021' |
| 2021-07-01 |
| Čtvrtek 8. Dub 2021 4:11 odp. GMT+02:00 |
| 04/jun/21 |
| 01.07.2021 |
| '02.07.2021' |
| ['6', 'JUL', '2021'] |
| 27.6.2021 |
| 01.07.2021 |
| 28. 6. 2021 |
| 4.1.2021 |
| 28 JUL 2021 |
Can you please help to standardize this?