Forum Discussion
Buff_Daddy
Jan 19, 2022Copper Contributor
Change date format in CSV
G'day, I've downloaded a CSV report from out bank account and the date column is in the format dmmyyyy, that is, it's just numbers. Is there any easy way to change it to dd/mm/yyyy without havin...
Riny_van_Eekelen
Jan 19, 2022Platinum Contributor
Buff_Daddy If the dates come like in the picture below (column A) with either one or two digits for the day, you could use a formula to create a real date.
If, on the other hand, the days are always two digits (e.g. 05122021, thus with a leading zero for days 1 to 9), then Text-to-column on the Data ribbon is easier. In step 3 of 3, select the column with the dates and set the data type to Date "DMY" and press Finish. The same would be valid when using the (legacy) Text Import wizard to import the CSV file. Alternatively, connect to the CSV file using Power Query.