+ Reply to Thread
Results 1 to 3 of 3

Need to convert hours and minutes to hours and tenths.

  1. #1
    MikeC
    Guest

    Need to convert hours and minutes to hours and tenths.

    I have a spreadsheet that tracks time - I currently convert hours and minutes
    by adding the hours and multiplying the minutes by 1.666667. example 8 hours
    and 30 minutes - =8+.30*1.666667 - results in 8.50. I have to manually
    enter this for all hours and minute I want to convert to hours and tenths. I
    am looking for a formula that can be entered in a cell that will
    automatically convert the hours and minutes computed in the previous cell to
    hours and tenths.

  2. #2
    Registered User
    Join Date
    01-05-2006
    Posts
    65
    =HOUR(A1)+MINUTE(A1)/60

    Format as general

  3. #3
    Registered User
    Join Date
    01-05-2006
    Posts
    65
    An even easier way would be to multiply the time by 24 and format as general

    =A1*24

+ 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