+ Reply to Thread
Results 1 to 2 of 2

Multiplying "Hours" and "Dollars"

  1. #1
    Registered User
    Join Date
    09-03-2006
    Posts
    1

    Multiplying "Hours" and "Dollars"

    I'm trying to multiply the hours I work by the amount per hour
    I make. My "hours worked" cells are formatted "7:03" hours.

    When I multiply by the amount I make I get a weird decimal.

    In addition when I format more than 4 cells with the above hour
    format I get a decimal that is not an accurate account of my hours.

    Can anyone detail a simple formula for mutilplying hours by dollars.

    Thanks,
    Joshua SF Bay Area

  2. #2
    Forum Contributor VBA Noob's Avatar
    Join Date
    04-25-2006
    Location
    London, England
    MS-Off Ver
    xl03 & xl 07(Jan 09)
    Posts
    11,988
    Hi,

    Say A1 = 07:03 formatted as HH:MM
    and B1 = $20 per hour
    enter this in C1

    =(A1*24)*B1

    Returns $141

    VBA Noob

+ 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