+ Reply to Thread
Results 1 to 2 of 2

Calculating Rate of Pay and displaying

  1. #1
    Registered User
    Join Date
    08-28-2008
    Location
    Brentwood, TN
    Posts
    1

    Calculating Rate of Pay and displaying

    Hello all!

    I'm trying to put together a time sheet for my graphic design work and I want a cell to calculate the time multiplied by a dollar rate of pay.

    I tried setting up the cell that displays the total time and multiplying that by a dollar rate, but that's returning an accurate amount.

    Any help would be appreciated thanks!

    Jason

  2. #2
    Forum Expert martindwilson's Avatar
    Join Date
    06-23-2007
    Location
    London,England
    MS-Off Ver
    office 97 ,2007
    Posts
    19,320
    but that's returning an accurate amount.
    job done then!
    but seriously
    convert time to hours/fractions of hours first
    =(((HOUR(A1))*60) +(MINUTE(A1)))/60
    then 10:30 will be 10.5 use that to multiply pay by

    or much simpler
    since i looked it up
    =a1*24
    format cell as general where a1 is time in10:30 format returns 10.5
    Last edited by martindwilson; 08-28-2008 at 07:39 PM.

+ 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