+ Reply to Thread
Results 1 to 2 of 2

converting a decimal number to hours and seconds

  1. #1
    Registered User
    Join Date
    08-30-2005
    Location
    Australia
    Posts
    3

    converting a decimal number to hours and seconds

    I have a problem with a spreadsheet

    Total Logged in Time Not Ready Time Percentage Worked
    5.3 .27 8%
    6.3 1.5

    My Spreadsheet consists of the above figures, I need to first convert the time 5.3 to 330 minutes and then .27 to 27 minutes and then get the percentage of Not Ready Time to Total Logged in time. My only other problem is the Not Ready Column is not always under 1hr.
    I am wondering if I will need two other colums to convert the Total Logged In Time and the Not Ready Time to minutes or if I can get one big formula in the Percentage worked column that converts the time in both columns and then gives me a percentage.

    Your help on this would be greatly appreciated.

    Thanks from Jeda

  2. #2
    Aladin Akyurek
    Guest

    Re: converting a decimal number to hours and seconds

    Is this:

    =(TRUNC(B2)*60+(B2-TRUNC(B2))*100)/(TRUNC(A2)*60+(A2-TRUNC(A2))*100)

    what you are looking for?

    jeda67 wrote:
    > I have a problem with a spreadsheet
    >
    > Total Logged in Time Not Ready Time Percentage Worked
    > 5.3 .27
    > 8%
    > 6.3 1.5
    >
    > My Spreadsheet consists of the above figures, I need to first convert
    > the time 5.3 to 330 minutes and then .27 to 27 minutes and then get the
    > percentage of Not Ready Time to Total Logged in time. My only other
    > problem is the Not Ready Column is not always under 1hr.
    > I am wondering if I will need two other colums to convert the Total
    > Logged In Time and the Not Ready Time to minutes or if I can get one
    > big formula in the Percentage worked column that converts the time in
    > both columns and then gives me a percentage.
    >
    > Your help on this would be greatly appreciated.
    >
    > Thanks from Jeda
    >
    >


+ 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