Change Date Format Not Working

shapenote

Board Regular
Joined
Jun 29, 2006
Messages
131
Have a spreadsheet where the date format appears as 21/03/2018.

I am trying to change it to 21-Mar-2018, but nothing I do works. I have tried copying the date to a blank cell and formatting, I have tried Date formula, Datevalue, and several other tricks I know.

It doesn't appear the original input is text -- so I don't know what the issue could be.

Any thoughts/tips???
 

Excel Facts

Can you sort left to right?
To sort left-to-right, use the Sort dialog box. Click Options. Choose "Sort left to right"
Hi,

Appearance can be deceiving, assuming data in F1, what result do you get with =ISNUMBER(F1)

This might work:


Book1
FGH
121/03/2018Mar-21-2018
Sheet38
Cell Formulas
RangeFormula
H1=DATE(RIGHT(F1,4),MID(F1,FIND("/",F1)+1,2),LEFT(F1,FIND("/",F1)-1))


Format result cell as mmm-dd-yyyy
 
Last edited:
Upvote 0
Jtakw,

The =ISNUMBER(F1) give me a "False" return. So I guess it really is a text.

The formula you gave me works!!!! Thanks a million!
 
Upvote 0

Forum statistics

Threads
1,214,429
Messages
6,119,433
Members
448,897
Latest member
ksjohnson1970

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