Dates format

ha95148

New Member
Joined
May 10, 2016
Messages
30
Office Version
  1. 365
My data has dates with wrong format.
It shows up in Excel as "19-Jan" which mean Jan 2019. But if I have the cursor on the cell, actual date shows "1/19/2018"
How do I reformat this so that the date reads "Jan 2019"
Thank you in advance.
 

Excel Facts

Create a chart in one keystroke
Select the data and press Alt+F1 to insert a default chart. You can change the default chart to any chart type
try format cell as custom mmm-yyyy
 
Upvote 0
when i format as custom mmm-yyyy, it reads "Jan-2018". It's supposed to be "Jan-2019"
 
Upvote 0
Thanks, RasGhul, but it worked only for some, not others. Your formula converted it to "Jan 2019" while the date currently shows "20-Jan" in the file but actual date reads "1/20/2018".
This date is supposed to be "Jan 2020". I think my data is completely out of whack, maybe there's no hope to fix it
 
Upvote 0
Ok ha95148

So if all cells that have 19-Jan in each cell, but excel thinks that this data is 1/19/2018, this worked for me;

Code:
[/COLOR]=TEXT(DATE((YEAR(A1)+1),MONTH(A1),1),"mmm yyyy")[COLOR=#333333]
 
Upvote 0

Forum statistics

Threads
1,216,743
Messages
6,132,464
Members
449,729
Latest member
davelevnt

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top