I simply have a US data file containg some information. As it wasn't properly formatted I split the different parts of each cell using the text to column function.
The problem I now face is that the date format is yearmonthday (e.g. 19000101) without any seperator like . or -. I need to transform it into the German style day.month.year (e.g. 01.01.1900). So far all my formatting attemps failed probably because it recognizes it as a number instead of a date.
Appreciate any help!