03-21-2018 08:05 AM
I have an excel column that includes dates currently formatted as MM/DD/YYYY. I want it formatted as YYYY/MM/DD. When I go to format cells and change the date format, nothing changes. If I try to change the cells to any other type of cell - general, text, number, time, whatever - nothing changes.
Please help.
03-21-2018 08:17 AM
Hi Steve,
I guess you have text in your column, not dates (which are actually numbers). To convert you may use from ribbon Data->Text to Columns selecting Date and applying MDY on the third stage of the wizard.
03-21-2018 10:08 AM
Steve,
After applying Sergei's solution, select the dates, press Ctrl+1 and then select Custom category.
After that, copy the format YYYY/MM/DD to the Type box, and then hit OK.
10-13-2018 11:39 AM
Dear Sergei,
this was an older question but I have the same problem and was wondering if you may be able to assist.
I have a brand new Sheet and want to have 8 columns and 3 of them are a date.
I have inserted 10.10.2018. Then I go to Format Cells / Date / 14 March 2012 and hit ok.
Now the date should be shown as 10 October 2018 but it does not change at all.
Also tried other custom variants for dates but it just stays as it is as 10.10.2018.
Is there any general setting that is wrong?
Thank you
regards
Chris
10-13-2018 12:31 PM
Hi Chris,
What is your default (system) date format? To check you may hit Ctrl+1 on any cell and select Date. First two formats in the right pane will be marked by asterisk, these are so called short and long dates. In my case it looks like
You shall enter dates as in first record, i.e. 10/10/2018 (instead of 10.10.2018) if you see in above 14/03/2012. Otherwise you have some text in form of dates, not dates as Excel recognizes them.
In brief, most probably you enter dates as text
10-13-2018 12:57 PM
Thanks so much for the fast reply.
I looked up what the first ones look like under date and it is same as yours.
What I did now:
I marked all cells and chose format text. Then I chose those cells that are supposed to have a date format and chose the first option as with the asterisk in your screenshot.
Then I entered the date as you said in this way: 10/10/2018
But it shows now exactly how I entered it as 10/10/2018. But if I chose in the format the first option: should it then not show it the way it is displayed in that box?
What I actually wanted is to have e.g. in A2 a date and in A3 this date plus 5 days as it should serve as a follow up due date and put some conditional formatting to it with colours if it is overdue to follow up.
Hope this makes sense.
But even though I inserted it now as a date (I hope) and put into A3 then =A2+5 it just shows "Value" but according to some other forum info it should add the to the days and would give me then in theory 15/10/2018.
Not sure what I do wrong :-(
Thanks
Chris
10-13-2018 01:11 PM
Chris,
1) Don't format all cells as text before you start to work with them, keep default format (General).
2) Enter the date not as on my screenshot, but in one which you see in your formatting options. We may have different default date formats.
After that =A2+5 shall work. In behind dates in Excel are just sequential integer numbers starting from 1 which is 01 January, 1900. And 13 Oct 2018 is 43386. On the top is only formatting.
10-13-2018 01:49 PM
Thanks kindly!
Is there a possibility to amend somewhere the default format to e.g. dd/mm/yyyy ?
Or how is the default date format set?
Is this depending on which version one works?
Thank you!
10-13-2018 02:25 PM
Chris, that's Windows setting, not Excel one. Press Win+R, here "control international" and Enter.
In opened windows you may check / change default formats
Note, if you change format here that affects all your applications, not only Excel.
10-13-2018 03:53 PM
Thanks Sergei,
I found the general settings of windows and amended it. Now it is the way I wanted it.
Thanks so much for your help. Much appreciated and glad it worked out after all.
And also the little formula for the due date works.
Such a small thing to change but if you don't know where it makes you pulling your hair.
I was not aware it is in general settings but thought it must be somewhere in excel :-)
kind regards
Chris