I have some raw data coming from a system. the issue is that system exports the dates using the US formating to be as M/D/YYYY meanwhile all my sheets using dates as DD/MM/YYYY or D/M/YYYY. i tried using this formula
=text(TO_DATE(DATEVALUE('Row Data'!A2)),"M/D/YYYY")
and then the date changes from e.g. 6/1/2021 to 1/6/2021 (here for June 2021) but after the date is becoming 1/6/2021 i think the other formulas are still reading the date as if it is already the same as 6/1/2021.
Here is a sheet that has some data that I'm struggling with Dates Standardization
So any idea how to fix this mess?
Appreciate your help <3
