+ Reply to Thread
Results 1 to 6 of 6

Cell date format wont change

  1. #1
    Registered User
    Join Date
    05-13-2010
    Location
    Ireland
    MS-Off Ver
    Excel 2007
    Posts
    90

    Cell date format wont change

    I am trying to change the format on all cells in colums A but it wont change.

    Trying to change it to "yyyy.mm.dd hh:mm"
    Currently is at "yyyy.mm.dd"
    So in the end it should show : "2011.08.10 00:00"

    Trying formating, Converting to number, clearing the data, etc... nothing would work.
    Attached Files Attached Files
    Last edited by tsioumiou; 06-11-2012 at 08:37 AM.

  2. #2
    Forum Expert Cutter's Avatar
    Join Date
    05-24-2004
    Location
    Ontario,Canada
    MS-Off Ver
    Excel 2010
    Posts
    6,451

    Re: Cell date format wont change

    You can't change the format because your 'dates' are text values

    use this formula: =A1&" 00:00"
    copy down then Copy that new column and Paste Special - Values over the original column and delete the formula column

  3. #3
    Forum Contributor
    Join Date
    08-17-2009
    Location
    US
    MS-Off Ver
    Excel 2010
    Posts
    106

    Re: Cell date format wont change

    It doesn't recognize your format as dates, try this formula to convert to date first then change your formats. =CONCATENATE(MID(A1,6,2),"/",RIGHT(A1,2),"/",LEFT(A1,4))

  4. #4
    Valued Forum Contributor
    Join Date
    04-30-2012
    Location
    Australia
    MS-Off Ver
    Excel 2010
    Posts
    547

    Re: Cell date format wont change

    The values in column A are text, not dates. To convert them to dates, you can try this:

    Select column A, then click Data > Text to columns > next > next > select the "Date" radio button > select YMD in the drop down > Finish

    Now the values are dates and the format you apply will take.

    No need for formulas or copy/paste.
    Last edited by npamcpp; 06-11-2012 at 08:21 AM.
    Like a post? Click the star below it!

  5. #5
    Registered User
    Join Date
    05-13-2010
    Location
    Ireland
    MS-Off Ver
    Excel 2007
    Posts
    90

    Re: Cell date format wont change

    Tried only the first one and it worked.

    Thanks!

  6. #6
    Forum Expert Cutter's Avatar
    Join Date
    05-24-2004
    Location
    Ontario,Canada
    MS-Off Ver
    Excel 2010
    Posts
    6,451

    Re: Cell date format wont change

    You're welcome. Thanks for the 'star tap'.

+ 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