+ Reply to Thread
Results 1 to 4 of 4

date format 25 Nov 14 12:00pm to be changed to dd-mm-yyyy

  1. #1
    Registered User
    Join Date
    08-21-2014
    Location
    Mumbai, India
    MS-Off Ver
    2010
    Posts
    8

    date format 25 Nov 14 12:00pm to be changed to dd-mm-yyyy

    Dear Sir/Madam,

    Need help. Want to change date format 25 Nov 14 12:00pm to dd-mm-yyyy in excel sheet. The same is attached for your needful. Thanks in advance. Best Regards,
    Javed SaUsageReportMembers.xlsyed

  2. #2
    Forum Expert
    Join Date
    03-23-2004
    Location
    London, England
    MS-Off Ver
    Excel 2019
    Posts
    7,064

    Re: date format 25 Nov 14 12:00pm to be changed to dd-mm-yyyy

    =LEFT(SUBSTITUTE(SUBSTITUTE(A2," ","-",1)," ","-",1),10)+0

    and copy down the column
    Regards
    Special-K

    Ensure you describe your problem clearly, I have little time available to solve these problems and do not appreciate numerous changes to them.

  3. #3
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    24,724

    Re: date format 25 Nov 14 12:00pm to be changed to dd-mm-yyyy

    Use this formula in B2:

    =DATEVALUE(LEFT(A2,9))

    Format that cell using a Custom Format of dd-mm-yyyy, then copy down.

    Hope this helps.

    Pete

  4. #4
    Forum Guru sktneer's Avatar
    Join Date
    04-30-2011
    Location
    Kanpur, India
    MS-Off Ver
    Office 365
    Posts
    9,648

    Re: date format 25 Nov 14 12:00pm to be changed to dd-mm-yyyy

    Another approach......

    Try this.....

    Please Login or Register  to view this content.
    and copy down.
    Regards
    sktneer


    Treat people the way you want to be treated. Talk to people the way you want to be talked to.
    Respect is earned NOT given.

+ 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. Replies: 8
    Last Post: 10-08-2013, 08:39 PM
  2. Replies: 8
    Last Post: 10-02-2013, 06:23 PM
  3. Replies: 7
    Last Post: 11-18-2012, 02:28 PM
  4. [SOLVED] Imported data contains strings dd.mm.yyyy how can I convert to date format dd/mm/yyyy inVB
    By Boormo in forum Excel Programming / VBA / Macros
    Replies: 9
    Last Post: 09-05-2012, 05:48 PM
  5. [SOLVED] opening excel file -> date format problem: DD/MM/YYYY vs MM/DD/YYYY
    By yung in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 03-18-2005, 09:06 AM

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