I need to change mm/dd/yyyy to dd/mm/yyyy.
Going to format cells and custom Excel thinks the data is already dd/mm/yyyy. The data I have is historical so the date 1/03/2014 has not happened yet so I need to change it to 3/01/2014.
Thanks
MQ...
I need to change mm/dd/yyyy to dd/mm/yyyy.
Going to format cells and custom Excel thinks the data is already dd/mm/yyyy. The data I have is historical so the date 1/03/2014 has not happened yet so I need to change it to 3/01/2014.
Thanks
MQ...
Be who you are and say what you feel, because those who mind don't matter and those who matter don't mind.
Hi
are the underlying date values correct? sometimes they are not, if data are imported from elsewhere. If Excel thinks your 1 March 2014 is actually 3 January 2014 they you're goung to have to change the date values themselves. Otherwise, you can just change the date format in the cell.
Seems date store as text must be converted to value.
So need to convert day to month and vice versa:
=TEXT(DATEVALUE(C16),"mm/dd/yy")
it populates text value. If value needed:
=--TEXT(DATEVALUE(C16),"mm/dd/yy")
or
=DATEVALUE(TEXT(DATEVALUE(C16),"mm/dd/yy"))
Quang PT
Hi
Bebo021999
I tried your formular but shown as #VALUE!
please suggest?
Thanks.
Or use Text To Columns Option.
Select the Data Column>>Press Alt+D+E>>Delimited>>Next>>Next>>Column Data Format>>Date>>Select your desired date format in the drop down>>Click Finish
If your problem is solved, then please mark the thread as SOLVED>>Above your first post>>Thread Tools>>
Mark your thread as Solved
If the suggestion helps you, then Click *below to Add Reputation
Surely.... But we need a sample workbook with expected result.
Please mention your system Date Setting which you can find in Regional Date/Time Setting under Control Panel
I solved this tricky little problem by extracting just the day().
Thanks for everyone's help!
Administrative Note:
We are happy to help, however you are not allowed to piggy-back another member's thread, so please open your own with a suitable title and, if you wish, a link back to this thread.
Please see Forum Rule #1 about hijacking and start a new thread for your query.
If you are not familiar with how to start a new thread see the FAQ: How to start a new thread
Ali
Enthusiastic self-taught user of MS Excel who's always learning!
Don't forget to say "thank you" in your thread to anyone who has offered you help. It's a universal courtesy.
You can reward them by clicking on * Add Reputation below their user name on the left, if you wish.
NB: as a Moderator, I never accept friendship requests.
Forum Rules (updated August 2023): please read them here.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks