+ Reply to Thread
Results 1 to 6 of 6

Change Date Format mm/dd/yy to dd/mm/yy

  1. #1
    Registered User
    Join Date
    09-03-2013
    Location
    Australia
    MS-Off Ver
    Excel 2007
    Posts
    41

    Change Date Format mm/dd/yy to dd/mm/yy

    Hi All,

    Need your help with update the date from mm-dd-yy to dd-mm-yy

    The dates are set on the date format currently and appearing as 12/31/15 (mm/dd/yy).

    I would like the formula to format the date to 31/12/12 (dd/mm/yy).

    I have about 1000s of rows, which i would like to simply drag down to update to the new dd/mm/yy format.

    Thanks in advance!

  2. #2
    Administrator 6StringJazzer's Avatar
    Join Date
    01-27-2010
    Location
    Tysons Corner, VA, USA
    MS-Off Ver
    MS365 Family 64-bit
    Posts
    24,719

    Re: Change Date Format mm/dd/yy to dd/mm/yy

    Does your formula include an explicit formatting of the date using the TEXT function? If show, show us the formula. Or does it just calculate a date? If it just calculates a date, change the Cell Format, not the formula. You can use a custom format of "dd-mm-yy". You can just select all the date cells and do this in one shot.

    If this isn't clear, attach your file. If your file is too big to attach, make a copy and just include the first few rows.
    Jeff
    | | |會 |會 |會 |會 | |:| | |會 |會
    Read the rules
    Use code tags to [code]enclose your code![/code]

  3. #3
    Registered User
    Join Date
    09-03-2013
    Location
    Australia
    MS-Off Ver
    Excel 2007
    Posts
    41

    Re: Change Date Format mm/dd/yy to dd/mm/yy

    Quote Originally Posted by 6StringJazzer View Post
    Does your formula include an explicit formatting of the date using the TEXT function? If show, show us the formula. Or does it just calculate a date? If it just calculates a date, change the Cell Format, not the formula. You can use a custom format of "dd-mm-yy". You can just select all the date cells and do this in one shot.

    If this isn't clear, attach your file. If your file is too big to attach, make a copy and just include the first few rows.


    Hi Jeff,

    I have the below formula and it only works with a string(TEXT). It doesnt work with the date format.

    =DATE(VALUE(RIGHT(A3,4)),VALUE(LEFT(A3,2)),VALUE(MID(A3,4,2)))

    This formula will return 31/12/2016 (dd/mm/yyy) from 12/31/2016(mm/dd/yyyy)

    Is there any way i can make work from date to date format?

    also dd/mm/yy to mm/dd/yy. Thanks, Jeff!

  4. #4
    Forum Expert avk's Avatar
    Join Date
    07-12-2007
    Location
    India
    MS-Off Ver
    Microsoft Office 2013
    Posts
    3,223

    Re: Change Date Format mm/dd/yy to dd/mm/yy

    Firstly confirm about your system date format, which find you in "Control Panel".
    >Go to "Start"
    >Click "Control Panel"
    >Go to "Regional and Language Option"
    >In tab "Regional Option" click on "Customize"
    >In "Customize Regional Option", select "Date"
    >Look into "Short Date Format"


    atul


    If my answer (or that of other members) has helped you, please say "Thanks" by clicking the Add Reputation button at the foot of one of their posts.

    Also: if your problem is solved, please take the time to mark your thread as SOLVED by going to the top of your first post, selecting "Thread Tools" and then "Mark thread as solved".

  5. #5
    Administrator 6StringJazzer's Avatar
    Join Date
    01-27-2010
    Location
    Tysons Corner, VA, USA
    MS-Off Ver
    MS365 Family 64-bit
    Posts
    24,719

    Re: Change Date Format mm/dd/yy to dd/mm/yy

    Quote Originally Posted by avk View Post
    Firstly confirm about your system date format, which find you in "Control Panel".
    >Go to "Start"
    >Click "Control Panel"
    >Go to "Regional and Language Option"
    >In tab "Regional Option" click on "Customize"
    >In "Customize Regional Option", select "Date"
    >Look into "Short Date Format"
    This is the default date display everywhere in Windows. I doubt that is what the OP wants.

    I'm not clear on what you're asking. You have a formula that takes a string and turns it into a date. Then you ask how to do this from date to date format. If you are starting with a date, you don't need a formula to change it, you just need to change the display format, same thing I am describing below:

    Your formula is returning an Excel date value. The way it's displayed is based on the format chosen for those cells. You need to follow the advice in my post above.

    Select the cells with the dates
    Home > Format (in the Cells panel) > Format Cells...
    Under Category, select Custom
    Under Type, type in this format: dd-mm-yy

  6. #6
    Forum Contributor
    Join Date
    07-03-2015
    Location
    London
    MS-Off Ver
    MS proplus
    Posts
    147

    Re: Change Date Format mm/dd/yy to dd/mm/yy

    From the Home Tab go "Format" "Format Cells", in the Number dropdown Tab go to "Date" you should see the format you are looking for there.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Show Error when a cell with number format change to date format
    By delroba in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 03-08-2015, 02:57 AM
  2. [SOLVED] Date formula - Change Format to YYYYMMDD from Exported Format
    By haleakala17 in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 03-21-2014, 03:22 PM
  3. [SOLVED] help on vba code to change the error date format as standard format mm/dd/yyyy
    By johnodys in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 11-13-2013, 01:10 AM
  4. Excel:How change the textbox format from text to date format?
    By inpetto in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 11-10-2013, 08:23 AM
  5. Macro to change date value from one date format to another date format
    By RG12 in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 01-23-2013, 04:51 AM
  6. Not able to change date format into proper excel date format
    By excel5111987 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 01-18-2011, 08:19 AM
  7. Userform date format reverting back to us format on change event
    By jpruffle in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 08-10-2009, 12:34 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1