How do I change the date format in Excel when the date is stored as 06.07.2018?
If the cell is already formatted as date:
- Select the cell(s)
- Press Ctrl+1
- Go to Number Tab
- Select Date in category list
- Select the format you want
If the cell is not formatted as date, but as text of general:
Say the date 06.07.2018 is in cell A1. In cell B1, write the following formula
=DATE(RIGHT(A1,4),MID(A1,4,2),LEFT(A1,2))