+ Reply to Thread
Results 1 to 9 of 9

Text to Column function

  1. #1
    Registered User
    Join Date
    02-28-2013
    Location
    Hemlock, Michigan
    MS-Off Ver
    Excel 2007
    Posts
    3

    Text to Column function

    I have a column full of dates in this format:

    Thursday, January 03, 2013

    I want to split this into 2 columns so I can have "Thursday" in it's own separate column.

    Text to Column is not doing it for me.....

    Any ideas?

    THANKS!

    Brian
    Last edited by hokeewolf; 02-28-2013 at 11:48 AM.

  2. #2
    Forum Expert Kevin UK's Avatar
    Join Date
    12-07-2010
    Location
    Radstock, Somerset
    MS-Off Ver
    365
    Posts
    1,922

    Re: Text to Column function

    Hi hokeewolf

    Text to Columns > Fixed width > Next > Move the break lines as desired > Skip columns you don't want.

    text to columns.PNG
    Last edited by Kevin UK; 02-28-2013 at 11:19 AM.
    Regards Kevin


    Merged Cells (They are the work of the devil!!!)

  3. #3
    Registered User
    Join Date
    02-28-2013
    Location
    Hemlock, Michigan
    MS-Off Ver
    Excel 2007
    Posts
    3

    Re: Text to Column function

    That's the problem...the Text To Columns wizard does not show the whole content of the cell!

    The preview of selected data only shows "1/3/2013"
    Attached Images Attached Images

  4. #4
    Forum Expert Pepe Le Mokko's Avatar
    Join Date
    05-14-2009
    Location
    Belgium
    MS-Off Ver
    O365 v 2402
    Posts
    13,447

    Re: Text to Column function

    Please post a sample sheet not a picture which is quite useless

  5. #5
    Forum Expert Kevin UK's Avatar
    Join Date
    12-07-2010
    Location
    Radstock, Somerset
    MS-Off Ver
    365
    Posts
    1,922

    Re: Text to Column function

    If that is a proper date you have in the cells , copy across and format as "dddd"

    Or: =CHOOSE(WEEKDAY(A1),"Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday")
    Last edited by Kevin UK; 02-28-2013 at 11:34 AM.

  6. #6
    Forum Expert
    Join Date
    03-23-2004
    Location
    London, England
    MS-Off Ver
    Excel 2019
    Posts
    7,064

    Re: Text to Column function

    Quote Originally Posted by Kevin UK View Post
    If that is a proper date you have in the cells , copy across and format as "dddd"

    Or: =CHOOSE(WEEKDAY(A1),"Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday")
    Shorter is
    =TEXT(A1,"dddd")
    Regards
    Special-K

    Ensure you describe your problem clearly, I have little time available to solve these problems and do not appreciate numerous changes to them.

  7. #7
    Registered User
    Join Date
    02-28-2013
    Location
    Hemlock, Michigan
    MS-Off Ver
    Excel 2007
    Posts
    3

    Re: Text to Column function

    Yes, Kevin.

    "dddd" worked perfect for what I need! I can copy the column to another column to keep the 1/02/2013!

    THANKS!!!!

    Brian

  8. #8
    Forum Guru
    Join Date
    08-05-2004
    Location
    NJ
    MS-Off Ver
    365
    Posts
    13,582

    Re: Text to Column function

    The problem is that what you have in the cell is a number which is formatted as a date, more specifically,
    41277 is formatted to display
    Thursday, January 03, 2013
    If the values are in A (lets say starting in A2)
    In B2 = TEXT(A2,"dddd")
    In C2 = TEXT(A2, "mmmm dd, yyyy")
    Then Copy> Paste Special > Values to remove the formulas
    Does that work for you?
    ChemistB
    My 2?

    substitute commas with semi-colons if your region settings requires
    Don't forget to mark threads as "Solved" (Edit First post>Advanced>Change Prefix)
    If I helped, Don't forget to add to my reputation (click on the little star at bottom of this post)

    Forum Rules: How to use code tags, mark a thread solved, and keep yourself out of trouble

  9. #9
    Forum Expert Kevin UK's Avatar
    Join Date
    12-07-2010
    Location
    Radstock, Somerset
    MS-Off Ver
    365
    Posts
    1,922

    Re: Text to Column function

    Hi hokeewolf

    No problem and thanks for the feed back.

+ 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