+ Reply to Thread
Results 1 to 3 of 3

Formula for Changing date format 3-12-13 to format d-mm-yy.

Hybrid View

  1. #1
    Registered User
    Join Date
    03-23-2013
    Location
    Chicago IL
    MS-Off Ver
    Excel 2007
    Posts
    23

    Formula for Changing date format 3-12-13 to format d-mm-yy.

    Hi

    I have a long list of dates that are fomatted as 3-12-13 that I want to format under custom date as d-mmm-yy : 12-Mar-13. I tried to do this but it does not change. I tried to change it to a number and that didn't work either. Any help is appreciated.

    Thank you!!
    Una
    Attached Files Attached Files

  2. #2
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    53,048

    Re: Formula for Changing date format 3-12-13 to format d-mm-yy.

    your "dates" are not dates/values, they are actualy text that looks like a date - you wont be able to format them as anything like they are.

    in B7, copied down, use this...
    =A7*1

    you can then format the results as you want. Also, you can either just hide your original data or copy/paste values from the formula over the original data and delete the formulas

    A quick test for text looking like value is =isnumber(cell_ref) FALSE is text
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

  3. #3
    Registered User
    Join Date
    03-23-2013
    Location
    Chicago IL
    MS-Off Ver
    Excel 2007
    Posts
    23

    Re: Formula for Changing date format 3-12-13 to format d-mm-yy.

    I was thinking that... the date was not really a date or it would have changed when I tried to format it.
    Your answer worked perfectly.

    Thank you so much, FDibbins!!! Have a great night.

+ 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