Hi all - recently got help to take AU date format in one cell and convert it to US date format by formula in the cell to right. It worked fine, but now we are further along in the month something weird is happening.
you can see from the image uploaded that:
- 12/02/2024 converts fine to 2/12/2024......
- but 13/02/2024 is converting to 2/1/2025??? where it should be 2/13/2024
this is the formula =LET(sDt,TEXT(A41,"dd/mm/yyyy"),aDt,TEXTSPLIT(sDt,"/"),DATE(INDEX(aDt,,3),INDEX(aDt,,1),INDEX(aDt,,2)))
where am i going wrong?
TIA
you can see from the image uploaded that:
- 12/02/2024 converts fine to 2/12/2024......
- but 13/02/2024 is converting to 2/1/2025??? where it should be 2/13/2024
this is the formula =LET(sDt,TEXT(A41,"dd/mm/yyyy"),aDt,TEXTSPLIT(sDt,"/"),DATE(INDEX(aDt,,3),INDEX(aDt,,1),INDEX(aDt,,2)))
where am i going wrong?
TIA