+ Reply to Thread
Results 1 to 6 of 6

Automatically changing date format of 09/08/2012 to 2012.09.08

  1. #1
    Registered User
    Join Date
    03-14-2013
    Location
    manila
    MS-Off Ver
    Excel 2003
    Posts
    3

    Automatically changing date format of 09/08/2012 to 2012.09.08

    Hello,

    Is there a way to do this? Please see topic subject.
    Thanks.

  2. #2
    Forum Expert
    Join Date
    11-28-2012
    Location
    Guatemala
    MS-Off Ver
    Excel 2010
    Posts
    2,394

    Re: Automatically changing date format of 09/08/2012 to 2012.09.08

    by automatic you mean using VBA change() sub?

    or

    lets assume that b2 contains 09/08/2012

    c2 would contain the formula

    =year(b2)&"."&month(b2)&"."&day(b2)

  3. #3
    Registered User
    Join Date
    03-14-2013
    Location
    manila
    MS-Off Ver
    Excel 2003
    Posts
    3

    Re: Automatically changing date format of 09/08/2012 to 2012.09.08

    Thank you so much. It's now working but the result is 2012.9.8

    Is there an additional formula to make ti 2012.09.08?

    Thanks!!

  4. #4
    Forum Expert
    Join Date
    11-28-2012
    Location
    Guatemala
    MS-Off Ver
    Excel 2010
    Posts
    2,394

    Re: Automatically changing date format of 09/08/2012 to 2012.09.08

    yes there is

    Please Login or Register  to view this content.

  5. #5
    Registered User
    Join Date
    03-14-2013
    Location
    manila
    MS-Off Ver
    Excel 2003
    Posts
    3

    Re: Automatically changing date format of 09/08/2012 to 2012.09.08

    Thank you very much!

  6. #6
    Forum Expert
    Join Date
    11-28-2012
    Location
    Guatemala
    MS-Off Ver
    Excel 2010
    Posts
    2,394

    Re: Automatically changing date format of 09/08/2012 to 2012.09.08

    you are welcome, mark it as solved

+ 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