+ Reply to Thread
Results 1 to 8 of 8

Return the multiplying hours and values with duration associated to each tradesmen

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

    Return the multiplying hours and values with duration associated to each tradesmen

    Hi,

    Required a formula help to Return the multiplying hours and values with duration associated to each tradesmen (Column J to L) in the assigned work as based the situated data in (Column B to F) having a headers like (Duration days) and trades of various tradesmen’s.

    Steps of calculation like firstly calculate the total hours of each and every worker as per their trades with work planned duration days (first header of table) return the same values in Column K as per tradesmen, and for getting total amount in Column L as per result of total hours to be multiply each tradesmen with the Production Rate Per Hour (Row:5).


    Sample sheet with expected results are attached


    Thanks,
    Attached Files Attached Files

  2. #2
    Valued Forum Contributor
    Join Date
    04-27-2015
    Location
    Abu Dhabi, U.A.E
    MS-Off Ver
    Office 365 | 2016
    Posts
    696

    Re: Return the multiplying hours and values with duration associated to each tradesmen

    Formula: copy to clipboard
    Please Login or Register  to view this content.

    Use this formula in J6
    Attached Files Attached Files
    Last edited by Shareez Saleem; 12-13-2020 at 03:23 AM.

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

    Re: Return the multiplying hours and values with duration associated to each tradesmen

    Many thanks Shareez Saleem for your help

  4. #4
    Forum Guru Bo_Ry's Avatar
    Join Date
    09-10-2018
    Location
    Thailand
    MS-Off Ver
    MS 365
    Posts
    7,211

    Re: Return the multiplying hours and values with duration associated to each tradesmen

    Please try at
    J6
    =SUMPRODUCT($B$6:$B$22,INDEX($C$6:$F$22,,MATCH(I6,$C$4:$F$4,)))

    K6
    =SUMPRODUCT($B$6:$B$22,INDEX($C$6:$F$22,,MATCH(I6,$C$4:$F$4,)))*HLOOKUP(I6,$C$4:$F$5,2,)
    Attached Files Attached Files

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

    Re: Return the multiplying hours and values with duration associated to each tradesmen

    Thanks a lot Bo_ry for your formula solution

  6. #6
    Forum Expert wk9128's Avatar
    Join Date
    08-15-2020
    Location
    Australia
    MS-Off Ver
    365 V2403 and WPS V2022
    Posts
    3,401

    Re: Return the multiplying hours and values with duration associated to each tradesmen

    J6 cell , array formula , drag down
    HTML Code: 
    K6 cell , array formula , drag down
    HTML Code: 

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

    Re: Return the multiplying hours and values with duration associated to each tradesmen

    Thank you wk9128 for the formula solution

  8. #8
    Forum Expert wk9128's Avatar
    Join Date
    08-15-2020
    Location
    Australia
    MS-Off Ver
    365 V2403 and WPS V2022
    Posts
    3,401

    Re: Return the multiplying hours and values with duration associated to each tradesmen

    You're Welcome. Thank You for the feedback and for marking the thread as 'Solved'.

+ 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. Replies: 5
    Last Post: 06-06-2019, 01:48 AM
  2. Multiplying hours when formats are a bit different
    By Nitinkumar in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 08-09-2018, 08:44 AM
  3. Need duration of Hours
    By Balasubramanian_2018 in forum Excel General
    Replies: 2
    Last Post: 07-26-2016, 09:49 AM
  4. Replies: 3
    Last Post: 02-28-2015, 09:40 AM
  5. Multiplying a numeric value textbox by a duration value textbox
    By chrisjames25 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 10-01-2013, 05:05 AM
  6. Replies: 13
    Last Post: 05-03-2013, 08:42 PM
  7. Adding Hours and Multiplying by a Rate...
    By runninghorses in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 02-25-2005, 06:26 PM

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