Thanks for your reply.
The function I used to convert the Date-string column to Date is the DateSerial. This works perfect apart from the fact that I get an #error in the Date column for the empty cells in the Date-string column. If I used the formula iif(iserror([Date]),””,[Date]) I still see...