+ Reply to Thread
Results 1 to 7 of 7

Converting all date formats to one single standard format.

  1. #1
    Registered User
    Join Date
    09-29-2010
    Location
    California
    MS-Off Ver
    Excel 2007
    Posts
    91

    Converting all date formats to one single standard format.

    Good Morning,

    I have this report which contains dates in two different formats. I need a function to make sure that the date in any of these formats be converted to one standard format given by MM/DD/YYYY.

    I have provided a spreadsheet with sample data of the format in which my date is provided. Kindly help me out on how this is done.

    Thanks,
    Booo
    Attached Files Attached Files
    Last edited by booo; 10-25-2010 at 01:30 PM.

  2. #2
    Forum Guru TMS's Avatar
    Join Date
    07-15-2010
    Location
    The Great City of Manchester, NW England ;-)
    MS-Off Ver
    MSO 2007,2010,365
    Posts
    44,360

    Re: Converting all date formats to one single standard format.

    In cell C2, put:

    Please Login or Register  to view this content.

    Format as you wish, mm/dd/yyyy, whatever, and then autofill down.

    Regards
    Trevor Shuttleworth - Retired Excel/VBA Consultant

    I dream of a better world where chickens can cross the road without having their motives questioned

    'Being unapologetic means never having to say you're sorry' John Cooper Clarke


  3. #3
    Registered User
    Join Date
    09-29-2010
    Location
    California
    MS-Off Ver
    Excel 2007
    Posts
    91

    Re: Converting all date formats to one single standard format.

    I don't quite understand. Do you want me to type just "--B2" in C2?. And where do I provide the format?

    Kindly state clearly cos I am a complete noob to excel.

    Thanks

  4. #4
    Forum Guru MarvinP's Avatar
    Join Date
    07-23-2010
    Location
    Woodinville, WA
    MS-Off Ver
    Office 365
    Posts
    16,167

    Re: Converting all date formats to one single standard format.

    Hi booo,

    It looks like some of your dates are Text and some are numbers (that excel likes better)
    In C2 type = Type(B2) and pull down. It shows some are type 2 = text and some type 1 = numbers.

    The function of DateValue will convert the Text to dates. Here is my method.
    In C2 put this formula and pull down.
    Please Login or Register  to view this content.
    A fancier way to do this is to test if the cell is text and only do the datevalue then. Like:
    Please Login or Register  to view this content.
    hope that helps.

  5. #5
    Registered User
    Join Date
    09-29-2010
    Location
    California
    MS-Off Ver
    Excel 2007
    Posts
    91

    Re: Converting all date formats to one single standard format.

    Thanks Marvin. That solved my problem.

  6. #6
    Forum Guru TMS's Avatar
    Join Date
    07-15-2010
    Location
    The Great City of Manchester, NW England ;-)
    MS-Off Ver
    MSO 2007,2010,365
    Posts
    44,360

    Re: Converting all date formats to one single standard format.

    For clarification, although MarvinP has addressed your problem ...

    I meant, type "=--B2" in cell C2 without the quotes. That is, an equals sign, two minus signs and the cell reference B2. The equals sign is because it is a formula and the two minus signs force the value to be numeric.

    Or, if there aren't too many dates, you could just press F2 and enter in each date cell.

    Both options worked with ypur sample data.

    Regards

  7. #7
    Forum Guru MarvinP's Avatar
    Join Date
    07-23-2010
    Location
    Woodinville, WA
    MS-Off Ver
    Office 365
    Posts
    16,167

    Re: Converting all date formats to one single standard format.

    Hi TM,

    I think the problem was his silly data was DD/MM/YYYY HH:MM AM/PM. I think the Day being first wouldn't allow =--B2 to work on my version of Excel (2010). It may have worked if I had a different date formatting as my default. That is why I went to DateValue and stripped out the parts. It will of course fail if he didn't have 2 day numbers or 2 month numbers in the string.

    I wish there was a single standard for darn dates... But...

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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