How can Excel dates default to short-date format when the year isn't typed?
Emily Wong
When typing dates into unformatted (General format) cells, Excel will change the format to a custom date format, but I'd rather it just stick to either the short or long format.
Examples:
11/28 : 28-Nov (this isn't the common US format)
Nov 28 : 28-Nov ("")
November 28, 2018 : 28-Nov-18 ("")
11/28/18 : 11/28/2018 (system Short Date)
11/28/2018 : 11/28/2018
11/28 4:00 pm : 11/28/2018 16:00 (should be "4:00 pm")The region format in the Region control panel is the standard short (M/d/yyyy) and long (dddd, MMMM d, yyyy) date and time (h:mm tt) formats for "English (United States)."
Is there a way to have Excel use the system/short format by default for dates or date-times when typed into a unformatted cell?
Thanks.
(There are several questions on changing the default format, but they are requesting displaying in something other than the system format, creating a custom format, or converting data to a new format.)
1 Answer
To get rid from the issue do the followings:
- In
Control Panelfind & ClickClock, Language and Region. Check this Screen Shot & set parameters as show.
- Next, Click
Keyboard & Languageand findChange Keyboard Button. - From the
General Tabensure thatEnglish (United State)-USand Keyboard,English (United State)has been added. - Finish with
Ok.
- Next, Click
Note:
- Then after, whenever you type date in
General Formatted Cellwill looks like,11/29/2018. - Function
=Now()will return11/29/2018 12:40. - Function
=Today()will show11/29/18and=TIME(12,40,0)will return12:40 PM.