+ Reply to Thread
Results 1 to 3 of 3

Excel Format Time

  1. #1
    Registered User
    Join Date
    08-06-2013
    Location
    Scotland
    MS-Off Ver
    Excel 2007
    Posts
    1

    Excel Format Time

    Hi Folks, need some help here, I am using Excel 2007.

    How do you change the following format 20.30 to a time format!

    If I try to change the format using the Format Cell function option Custom hh:mm, the time changes from 20.30 to 07:26

    Any help would much appreciated

  2. #2
    Forum Contributor
    Join Date
    05-24-2013
    Location
    India
    MS-Off Ver
    Excel 2010
    Posts
    291

    Re: Excel Format Time

    Hi Brucey,

    this happened because your time is in numerical format to change this to time format pls see below step

    suppose your time 20.30 is in Cell A1 & whole in column A

    then select Cell A1 or Column A (below action will shift cell dat in to next column , hence ensure you have column B is blank)

    go to Text to column ---- delimited---tick on "other" & in side box put . (dot) ---then click on finish.........this will separate two values

    then in column c put below formula
    =CONCATENATE(IF(LEN(A1)=1,0&A1,A1),":",IF(LEN(B1)=1,B1&0,B1))

    this will attached cell again in time format (still it will be in general format)

    copy formula & paste special to values ---- format cell or column to HH:MM

    Select whole column C go to Text to column & click on finish

    i hope above steps will clear you problem , there may be other ways for it , but this works
    Click on * below if you find this helpful

    Thanks,
    A

  3. #3
    Forum Expert
    Join Date
    12-11-2011
    Location
    Netherlands
    MS-Off Ver
    office 365
    Posts
    3,289

    Re: Excel Format Time

    An alternative formula:
    =TIME(LEFT(A1,FIND(".",A1)-1),RIGHT(A1,2),)
    Willem
    English is not my native language sorry for errors
    Please correct me if I'm completely wrong

+ 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. Excel Time format: From GMT to Malaysian Time
    By ymredzu in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 03-14-2013, 12:51 AM
  2. Excel: How to convert time format into number format that can be added?
    By Frances Jones in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 09-17-2012, 04:10 PM
  3. [SOLVED] Time format in excel
    By oldkrot in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-06-2005, 07:05 AM
  4. [SOLVED] Time format in excel
    By oldkrot in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-06-2005, 05:05 AM
  5. [SOLVED] Time format in excel
    By oldkrot in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-06-2005, 04:05 AM

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