+ Reply to Thread
Results 1 to 3 of 3

converting time worked to dollars earned.

  1. #1
    gail
    Guest

    converting time worked to dollars earned.

    I am struggling as a total newbie to the excel formula area. I need to
    convert the hours and minutes to the dollars earned. The worksheet is set
    up to calcute the total number of hours and minutes worked in one month
    period. the total columns at the bottom adds the weeks totals into total
    hours and minutes worked. So That much seems to work well. but when i try
    to put a salary such as 12.00 per hour times the amount of time worked I
    struggle. I have tried converting the times to hours alone and minutes alone
    and then multiplying by 12 but it doesn't work for me.? can anyone help?
    thank you.....for any advice you can give....

  2. #2
    JE McGimpsey
    Guest

    Re: converting time worked to dollars earned.

    XL stores times as fractional days, so if you've got your sum as an XL
    time (e.g., 40:00), then multiply by 24 to get hours:

    A1: 40:00
    A2: 12.00
    A3: =A1*24 * A2

    to give you the wages earned in A3.

    In article <[email protected]>,
    "gail" <[email protected]> wrote:

    > I am struggling as a total newbie to the excel formula area. I need to
    > convert the hours and minutes to the dollars earned. The worksheet is set
    > up to calcute the total number of hours and minutes worked in one month
    > period. the total columns at the bottom adds the weeks totals into total
    > hours and minutes worked. So That much seems to work well. but when i try
    > to put a salary such as 12.00 per hour times the amount of time worked I
    > struggle. I have tried converting the times to hours alone and minutes alone
    > and then multiplying by 12 but it doesn't work for me.? can anyone help?
    > thank you.....for any advice you can give....


  3. #3
    gail
    Guest

    Re: converting time worked to dollars earned.

    Thank you for your time and effort......i will give that a try. I really
    enjoy learning new ways to make this work. =o]

    "JE McGimpsey" wrote:

    > XL stores times as fractional days, so if you've got your sum as an XL
    > time (e.g., 40:00), then multiply by 24 to get hours:
    >
    > A1: 40:00
    > A2: 12.00
    > A3: =A1*24 * A2
    >
    > to give you the wages earned in A3.
    >
    > In article <[email protected]>,
    > "gail" <[email protected]> wrote:
    >
    > > I am struggling as a total newbie to the excel formula area. I need to
    > > convert the hours and minutes to the dollars earned. The worksheet is set
    > > up to calcute the total number of hours and minutes worked in one month
    > > period. the total columns at the bottom adds the weeks totals into total
    > > hours and minutes worked. So That much seems to work well. but when i try
    > > to put a salary such as 12.00 per hour times the amount of time worked I
    > > struggle. I have tried converting the times to hours alone and minutes alone
    > > and then multiplying by 12 but it doesn't work for me.? can anyone help?
    > > thank you.....for any advice you can give....

    >


+ 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