Forum Discussion
GL2021
Jun 30, 2021Copper Contributor
Formatting date
I try to format a column to be a date column (example 3/20/20). But when I enter a date it appears as a different one. Help! Office 365 Windows 10
- Jun 30, 2021
You cannot enter dates without separators in Excel - it doesn't recognize 31420 as a date; it sees it as a number.
If you want to be able to enter dates without separators and have them converted to 'real' dates, you need VBA - see http://www.cpearson.com/Excel/DateTimeEntry.htm
HansVogelaar
Jun 30, 2021MVP
Could you provide examples, and/or attach a sample workbook demonstrating the problem?
GL2021
Jun 30, 2021Copper Contributor
I used the 'format cells' option and chose "date" using the mm/dd/yy option. But when I enter a date as mmddyy (ex 31420) it changes it to mm/dd/yy but as another value such as 4/13/72.