+ Reply to Thread
Results 1 to 3 of 3

Converting minutes to hours and calculating pay

  1. #1
    Registered User
    Join Date
    03-04-2010
    Location
    China
    MS-Off Ver
    Excel 2003
    Posts
    2

    Converting minutes to hours and calculating pay

    Hey Guys,

    I just want to know the formula for how to convert minutes into hours and calculate the pay on $20 an hour e.g.

    2 columns

    one is the date worked and how many minutes like this e.g.
    Date minutes
    2/07/10 45
    3/07/10 60
    4/0710 20

    total minutes a sum (the sum button)
    total hours formula to convert minutes to hours

    total pay say they get $20 an hour (calculate the pay on $20 an hour)

    Thanks in Advance
    Andre
    Last edited by krezza; 03-06-2010 at 06:43 AM.

  2. #2
    Valued Forum Contributor rwgrietveld's Avatar
    Join Date
    09-02-2008
    Location
    Netherlands
    MS-Off Ver
    XL 2007 / XL 2010
    Posts
    1,671

    Re: Converting minutes to hours and calculating pay

    Normally time is entered as 00:45. Excel will convert this into a value between 0 which is 00:00 and 1 which is 24:00.

    So please enter time values like that OR devide by 60

    in your case =20*sum(B1:B3)/60

    entering time values would make your formula: =20*24*SUM(B1:B3)
    Last edited by rwgrietveld; 03-04-2010 at 07:34 AM.
    Looking for great solutions but hate waiting?
    Seach this Forum through Google

    www.Google.com
    (e.g. +multiple +IF site:excelforum.com/excel-general/ )

    www.Google.com
    (e.g. +fill +combobox site:excelforum.com/excel-programming/ )

    Ave,
    Ricardo

  3. #3
    Registered User
    Join Date
    03-04-2010
    Location
    China
    MS-Off Ver
    Excel 2003
    Posts
    2

    Re: Converting minutes to hours and calculating pay

    Cheers mate

+ 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