+ Reply to Thread
Results 1 to 5 of 5

change (rotate) text format from 2012.05.04 in this format 04.05.2012 (Rotate text)

Hybrid View

  1. #1
    Registered User
    Join Date
    04-20-2012
    Location
    New York, NY
    MS-Off Ver
    Excel 2013, 2010, 2007, 2003
    Posts
    99

    Re: change (rotate) text format from 2012.05.04 in this format 04.05.2012 (Rotate text)

    Assuming the original date is in A1, put this in B1 and copy down:

    =MID(A1,9,2)&"."&MID(A1,6,2)&"."&LEFT(A1,4)
    SPARTAN
    Please click the * if my solution helped

  2. #2
    Registered User
    Join Date
    06-03-2011
    Location
    Florida
    MS-Off Ver
    Excel 2010
    Posts
    46

    Re: change (rotate) text format from 2012.05.04 in this format 04.05.2012 (Rotate text)

    singerj6 Thank you this is work, but problem is after data rotate I need to copy in onother Excel File, I copy from .CVS in onother excel file.

+ 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