Fix dd.mm.yy date format

On a recent Webinar I was asked a question about an unusual date structure that was imported. The structure dd.mm.yy was not recognised by Excel as a date. Here is formula that fixes it. Below is an example of the date issue. The formula in cell B2 is =SUBSTITUTE(A2,".","/")*1 As you can see the dates in column A are left aligned. That is a clue that they are not recognised as dates in Excel. Dates are right aligned. The SUBSTITUTE…

Continue ReadingFix dd.mm.yy date format

End of content

No more pages to load