+ Reply to Thread
Results 1 to 4 of 4

Calculation of Manpower cost

Hybrid View

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

    Re: Calculation of Manpower cost

    I have tested the following to only a certain extent:
    1) Helper columns (P:U) have wages, times, and days in rows 1:5
    2) The formula for the two weekday segments before midnight is:
    Formula: copy to clipboard
    =IF(WEEKDAY($B6,2)<=5,IF(AND($D6<P$4,$D6>=P$3),P$1,0)+IF($D6+1/24<P$4,(MIN($E6-$D6-1/24,P$4-$D6-1/24,$E6-P$3,P$4-P$3)*24)*P$2,0),"")

    3) The formula for the after midnight weekday segment is:
    Formula: copy to clipboard
    =IF(WEEKDAY($B6,2)<=5,IF($D6<R$4,R$1,0)+IF($D6+1/24<R$4,(MIN($E6-$D6-1/24,R$4-$D6-1/24,R$4)*24)*R$2,0),"")

    4) The Saturday formulas are similar except that they begin with =IF(WEEKDAY($B6,2)=6...
    5) The Sunday formula is: =IF(WEEKDAY($B6,2)=7,U$1+($E6-$D6-1/24)*24*U$2,"")
    Let us know if you have any questions.
    Attached Files Attached Files
    Consider taking the time to add to the reputation of everybody that has taken the time to respond to your query.

+ 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. Calculation of trucking cost
    By minhtien1900 in forum Excel General
    Replies: 3
    Last Post: 04-07-2018, 04:14 AM
  2. Need Help With Cost Calculation
    By mohdm in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 05-24-2015, 11:29 AM
  3. Formula help needed for available manpower and working hour calculation.
    By Rinkojhon in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 05-09-2015, 03:56 PM
  4. Replies: 1
    Last Post: 04-24-2015, 09:46 AM
  5. Extra manpower calculation
    By salim in forum Excel General
    Replies: 2
    Last Post: 02-28-2015, 01:09 AM
  6. Cost Driver calculation - Looking for formula/macro to calculate manpower cost alloca
    By Swastik Banerje in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 06-30-2009, 11:18 AM
  7. Cost Driver Analysis - Need formula to allocate manpower cost
    By Swastik Banerje in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 06-26-2009, 11:16 AM

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