Column A is text with non printable characters and spaces, then it is also in US format (maybe a setting in Excel or your bank).
I would add another column with the below formula
=MID(TRIM(CLEAN(A2)),4,2)&"/"&MID(TRIM(CLEAN(A2)),1,2)&"/"&MID(TRIM(CLEAN(A2)),7,4)
then in the next column add zero to make it a number
Probably can be done in Power Query but i have hardly ever used PQ
|