+ Reply to Thread
Results 1 to 7 of 7

Total Time Calculation

  1. #1
    Forum Contributor
    Join Date
    07-22-2011
    Location
    Mumbai
    MS-Off Ver
    Excel 2007
    Posts
    185

    Thumbs down Total Time Calculation

    Hi,

    I have a data and I want to calculate total time - date wise of individual handler.

    For ex. To calculate total time for Avinash in data sheet
    1. Name Column
    2. Date Completed Column
    3. Total Time Column
    (Please check grey field data in attach excel file)
    From this
    Search total time for Avinash for particular date completed.
    Attached Files Attached Files
    Last edited by Dnyan; 08-23-2011 at 08:08 AM.

  2. #2
    Forum Expert
    Join Date
    07-16-2010
    Location
    Northumberland, UK
    MS-Off Ver
    Excel 2007 (home), Excel 2010 (work)
    Posts
    3,054

    Re: Total Time Calculation

    The formula to return a number of minutes in column I of the data sheet is =(H3-F3)*60*24

    Then in cell B2 of the Idle sheet you need the formula =SUMIF(Data!$G$3:$G$12,B1,Data!$I$3:$I$12) and you can copy this across. Although I don't see how you're going to make it work for multiple agents.

  3. #3
    Forum Contributor
    Join Date
    07-22-2011
    Location
    Mumbai
    MS-Off Ver
    Excel 2007
    Posts
    185

    Re: Total Time Calculation

    You are calculated sum of minutes for particular date.
    However i want a calcalation for individual name wise and date wise.

    For ex. Avinash total time taken for 3rd of august is 119. I want 119 as a answer.

    You filter Avinash for date completed 3rd August and take a sum and the answer is 119.

    Regards,
    Dnyan

  4. #4
    Forum Expert
    Join Date
    07-16-2010
    Location
    Northumberland, UK
    MS-Off Ver
    Excel 2007 (home), Excel 2010 (work)
    Posts
    3,054

    Re: Total Time Calculation

    Ok, I'm with you - are you really using Excel 2003? If you're using 2007 then we can do this easily with SUMIFS.

  5. #5
    Forum Contributor
    Join Date
    07-22-2011
    Location
    Mumbai
    MS-Off Ver
    Excel 2007
    Posts
    185

    Re: Total Time Calculation

    I am using 2003 however u can tell me both.

  6. #6
    Forum Expert
    Join Date
    07-16-2010
    Location
    Northumberland, UK
    MS-Off Ver
    Excel 2007 (home), Excel 2010 (work)
    Posts
    3,054

    Re: Total Time Calculation

    OK, on the Idle sheet the formula to go in each cell is:

    Please Login or Register  to view this content.

    Should work in 2003.

  7. #7
    Forum Contributor
    Join Date
    07-22-2011
    Location
    Mumbai
    MS-Off Ver
    Excel 2007
    Posts
    185

    Re: Total Time Calculation

    Thank you very much it working great.

    Many Many Thanks

+ 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