+ Reply to Thread
Results 1 to 2 of 2

Formula for time sheet

  1. #1
    Registered User
    Join Date
    01-11-2011
    Location
    Australia
    MS-Off Ver
    Excel 2007
    Posts
    1

    Formula for time sheet

    Hello,

    Desperate for some help please I've been able to create a time sheet, which gives me the overtime worked. My problem is in creating a formula that shows the reulst f the overtime worked is <= 3 hours, I need to multiple the normal rate x 1.5. And if the overtime worked is >=4, i need to multiple the normal rate x 2.

    So hypothetically, I know that if someone does 5 hours overtime, the first 3 hours are at 1.5, and the remaining 2 hours are at 2.0 - but I don't know how to put this in excel language!

    Thanks in advance for your help

    Jacq

  2. #2
    Forum Expert teylyn's Avatar
    Join Date
    10-28-2008
    Location
    New Zealand
    MS-Off Ver
    Excel 365 Insider Fast
    Posts
    11,372

    Re: Help please! - Formula question for time sheet

    Hello, please edit your thread title and take the drama out.

    What rate applies if the overtime is between 3 and 4 hours? Let's just assume you meant <=3 and >3 above.

    If the overtime worked is in cell A1, and normal rate is in B1 you could use something along the lines of:

    =if(A1>3,(B1*1.5*3)+(B1*2*(A1-3)),B1*1.5*A1)

+ 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