+ Reply to Thread
Results 1 to 4 of 4

calculating overtime hours with including week off/Holidays for the operatives!

  1. #1
    Forum Contributor
    Join Date
    08-19-2020
    Location
    Dubai
    MS-Off Ver
    Office365
    Posts
    131

    calculating overtime hours with including week off/Holidays for the operatives!

    Required a formula help for calculating overtime hours for the operatives with the following below steps.


    1. In a column H (Header Normal Hours) only return a hours between 0.1 to 3.5 after calculating the headers Finish time (Column G) to start time (Column H), whatever exceeded other than 3.5 to be return in column I (Additional/Fridays/Holidays).

    2. The Fridays and holidays all working hours always to be return in a column I (Additional/Fridays/Holidays).

    3. The paid amount to be return in a Column K by calculating hours (Normal and Holidays) with different rates mentioned in cells M3:M4.



    Thanks for the help,
    Attached Files Attached Files

  2. #2
    Forum Guru
    Join Date
    08-28-2014
    Location
    USA
    MS-Off Ver
    Excel 2019
    Posts
    17,526

    Re: calculating overtime hours with including week off/Holidays for the operatives!

    The following yields the expected results:
    1. For cell H7 and down: =IF(A7="","",IF(OR(WEEKDAY(A7)=6,B7=M$2),0,MIN((G7-F7)*24,3.5)))
    2. For cell I7 and down: =IF(A7="","",(G7-F7)*24-H7)
    3. For cell K7 and down: =IF(A7="","",SUM(H7*M$3,I7*M$4))
    Let us know if you have any questions.
    Consider taking the time to add to the reputation of everybody that has taken the time to respond to your query.

  3. #3
    Forum Contributor
    Join Date
    08-19-2020
    Location
    Dubai
    MS-Off Ver
    Office365
    Posts
    131

    Re: calculating overtime hours with including week off/Holidays for the operatives!

    Many thanks JeteMc for your solution.

  4. #4
    Forum Guru
    Join Date
    08-28-2014
    Location
    USA
    MS-Off Ver
    Excel 2019
    Posts
    17,526

    Re: calculating overtime hours with including week off/Holidays for the operatives!

    You're Welcome and thank you for the feedback. Please take a moment to mark the thread as 'Solved' using the thread tools menu above your first post. I hope that you have a blessed day.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. [SOLVED] Calculating Overtime Hours for each Day on a 40+ Overtime per Week Basis
    By HumdrumPanic in forum Excel General
    Replies: 5
    Last Post: 09-30-2020, 12:55 PM
  2. [SOLVED] Calculating Overtime Hours based on 40 hour work week
    By workforceissues in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 11-11-2015, 05:34 PM
  3. Formula for Week 1 and 2 rotation including cells that are blanks for Holidays
    By johnwhittle in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 08-12-2015, 04:57 AM
  4. Replies: 6
    Last Post: 05-16-2014, 11:30 AM
  5. [SOLVED] 40 Hours per week / how to calculate overtime hours
    By hudsonic72 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 03-07-2013, 02:33 AM
  6. Future date with six day week including holidays
    By ajitexcel in forum Excel Programming / VBA / Macros
    Replies: 11
    Last Post: 02-26-2010, 09:48 AM

Tags for this Thread

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