+ Reply to Thread
Results 1 to 7 of 7

Calculate rate of Pay

Hybrid View

  1. #1
    Registered User
    Join Date
    02-05-2004
    Posts
    48

    Calculate rate of Pay

    Hope someone can assist.

    Looking for a formula that will calculate a different rate of pay based on time employee starts and finishes work.

    Two time rates of pay;

    8am/8pm - rate of pay 1
    8pm/8am - rate of pay 2

    I have attached a screen shot of the spreadsheet.

    Effectively I just need a formula to look at times in the START and END columns and calculate the appropriate formulas in the RATE 1 and RATE 2 columns.

    Thanks in advance.
    Attached Files Attached Files

  2. #2
    Registered User
    Join Date
    08-17-2011
    Location
    Texas
    MS-Off Ver
    Excel 2010
    Posts
    14

    Re: Calculate rate of Pay

    Is your Rate 1 and Rate 2 coming from a drop down? One thought would be that you use an If Function such as:

    =IF(B5="Rate 1","5.00",IF(B5="Rate 2","7.25",""))*A5

    A5 being the number of hours and B5 being the rate type. Using 5.00 for Rate 1 and 7.25 for rate 2

    The reason I ask if you are using a drop down is b/c the only way this will work accurately, the Rate 1 and Rate 2 will need to be typed exactly the same each time.

    Also, if there is no data under the rate column, this would leave that cell blank.

  3. #3
    Registered User
    Join Date
    02-05-2004
    Posts
    48

    Re: Calculate rate of Pay

    Hi - thanks for your response.

    I am getting the rates from a drop down menu - using Vlookup.

    What I'm hoping to do is construct a forumula that looks at both the start and end times, and calculates the amount of hours for Rate 1 in one column (Rate 1 $) and calculates the amount of hours for Rate 2 in another column (Rate 2 $).

    Thanks

  4. #4
    Forum Expert
    Join Date
    12-23-2006
    Location
    germany
    MS-Off Ver
    XL2003 / 2007 / 2010
    Posts
    6,326

    Re: Calculate rate of Pay

    To best describe or illustrate your problem you would be better off attaching a dummy workbook, the workbook should contain the same structure and some dummy data of the same type as the type you have in your real workbook - so, if a cell contains numbers & letters in this format abc-123 then that should be reflected in the dummy workbook.

    If needed supply a before and after sheet in the workbook so the person helping you can see what you are trying to achieve.

    Doing this will ensure you get the result you need!

  5. #5
    Registered User
    Join Date
    02-05-2004
    Posts
    48

    Re: Calculate rate of Pay

    Hi - I have attached a dummy workbook.

    The columns I'm interested in are J and K. These are the ones that I want to search the start (D) and end (G) time columns and return a total of how many hours there are of each.

    Hope this makes sense.
    Attached Files Attached Files

  6. #6
    Forum Expert
    Join Date
    12-23-2006
    Location
    germany
    MS-Off Ver
    XL2003 / 2007 / 2010
    Posts
    6,326

    Re: Calculate rate of Pay

    Can the employee begin at any time and work any number of hours ?

  7. #7
    Registered User
    Join Date
    02-05-2004
    Posts
    48

    Re: Calculate rate of Pay

    Hi Arthur - they can start at any time and work any numbers of hours.

    No-one would work more than 24 hours straight, though.

+ 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