+ Reply to Thread
Results 1 to 2 of 2

Converting Numbers to Time

  1. #1
    Registered User
    Join Date
    05-28-2007
    Posts
    1

    Converting Numbers to Time

    Greetings all...thank you for reading.

    I am encountering a vexing problem when trying to convert a column of numbers (in 0000 or 000 format) to time (in 00:00 or 0:00 format). I have used the Format Cells function but it takes all my numbers and changes them to 00:00, so a number like 142 should become 1:42, instead it becomes 0:00. Not what I want...these numbers are for a pilot logbook and without the ability to convert them properly my new $130 logbook program is useless!

    Your assistance is greatly appreciated.

    aj1125

  2. #2
    Forum Expert daddylonglegs's Avatar
    Join Date
    01-14-2006
    Location
    England
    MS-Off Ver
    2016
    Posts
    14,675
    When you say 1:42 do you mean 1 hour and 42 minutes? You won't be able to convert with formatting. You could use a formula in another column. If 142 is in A1 then use this formula in B2

    =TEXT(A1,"00\:00")+0

    then format B1 as [h]:mm

    This will convert your 3 and 4 digit numbers

+ 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