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

What is the fastest way to copy a formula?
If A2:A50000 contain data. Enter a formula in B2. Select B2. Double-click the Fill Handle and Excel will shoot the formula down to B50000.
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,084
Messages
6,128,724
Members
449,465
Latest member
TAKLAM

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