+ Reply to Thread
Results 1 to 3 of 3

Need help formatting cells

  1. #1
    Registered User
    Join Date
    02-24-2017
    Location
    Chicago
    MS-Off Ver
    2013
    Posts
    65

    Need help formatting cells

    Hey all,

    I have some cells that look like this:

    20070330 00:00

    I need to get it into this format:

    30/03/2007 00:00

    But selecting format cells->custom-> doing dd/mm/yyyy hh:ss
    isn't doing anything for me, and i've tried a few variations on that and no changes occur.

    All help is appreciated with this!

  2. #2
    Valued Forum Contributor ratcat's Avatar
    Join Date
    03-07-2008
    Location
    Rural NSW, Australia
    MS-Off Ver
    Vista 2007
    Posts
    1,111

    Re: Need help formatting cells

    G'day,

    Try the following formula may help. Don't forget to format the cell as dd/mm/yyyy hh:ss

    Please Login or Register  to view this content.
    Have I made you happy ??? If yes, please make me happy by pressing the http://www.excelforum.com/images/buttons/reputation-40b.png Add Reputation button in my post.
    Please don't forget to do the same to other contributors of this forum.

    Thanks
    I don't void confusion, I create it

  3. #3
    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
    52,929

    Re: Need help formatting cells

    Or this...
    =DATE(LEFT(K17,4),MID(K17,5,2),MID(K17,7,2))+RIGHT(K17,5)
    format as needed
    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

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Replies: 1
    Last Post: 10-12-2018, 04:23 PM
  2. Replies: 2
    Last Post: 01-06-2018, 04:05 AM
  3. Replies: 1
    Last Post: 10-04-2016, 05:17 AM
  4. Conditional Formatting - Color Formatting for Blank Cells
    By mlbdc2012 in forum Excel General
    Replies: 10
    Last Post: 02-10-2015, 06:28 AM
  5. Formatting Cells with Date or Text Values in a Conditional Formatting Formula
    By Phil Hageman in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 07-15-2014, 09:36 AM
  6. Replies: 2
    Last Post: 09-19-2013, 10:34 AM
  7. Replies: 4
    Last Post: 01-06-2012, 05:07 PM

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