+ Reply to Thread
Results 1 to 3 of 3

formula to derive time taken for a task in a day

  1. #1
    Registered User
    Join Date
    08-09-2017
    Location
    London, England
    MS-Off Ver
    2017
    Posts
    20

    formula to derive time taken for a task in a day

    Hi Team,

    In Sheet Result tab, I need to find out which task took how much time on respective WD (Work Day).

    I tried using SUMIFS but couldn’t able to derive the outcome. Can anyone please let me know, the formula to use to resolve this query?

    In DATA sheet required information is available.

    PFA with this thread
    Attached Files Attached Files

  2. #2
    Forum Expert 63falcondude's Avatar
    Join Date
    08-22-2016
    Location
    USA
    MS-Off Ver
    365
    Posts
    6,266

    Re: formula to derive time taken for a task in a day

    In C2, try

    =SUMPRODUCT((Data!$A$2:$A$57=$A2)*(Data!$B$2:$B$57=$B2)*(Data!$F$2:$F$57=C$1)*(Data!$C$2:$C$57))

    Drag down and to the right as far as needed.

  3. #3
    Forum Guru Jonmo1's Avatar
    Join Date
    03-08-2013
    Location
    Bryan, TX
    MS-Off Ver
    Excel 2010
    Posts
    9,763

    Re: formula to derive time taken for a task in a day

    Sumifs should work

    =SUMIFS(Data!$C:$C,Data!$A:$A,$A2,Data!$B:$B,$B2,Data!$F:$F,C$1)

+ 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] Excel formula to derive the financial year.
    By kevivu in forum Excel General
    Replies: 2
    Last Post: 08-20-2015, 12:59 AM
  2. Derive a formula for multiple variables
    By wvr in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 05-12-2014, 12:16 AM
  3. Derive formula from chart
    By hamidun in forum Excel Charting & Pivots
    Replies: 26
    Last Post: 04-29-2014, 09:12 AM
  4. Derive optimal mixture formula
    By SandPounder1 in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 02-12-2014, 05:24 PM
  5. Replies: 0
    Last Post: 11-17-2013, 10:21 AM
  6. Replies: 2
    Last Post: 05-20-2010, 04:19 AM
  7. derive formula from series of points
    By andyismilesaway in forum Excel General
    Replies: 1
    Last Post: 02-28-2007, 06:55 PM

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