+ Reply to Thread
Results 1 to 4 of 4

Time calculation for specific activity based against date criteria

  1. #1
    Registered User
    Join Date
    12-12-2018
    Location
    High Wycombe
    MS-Off Ver
    Excel 365
    Posts
    4

    Time calculation for specific activity based against date criteria

    =IF(ISNUMBER(G2),IF(G2<>G3,SUMIF($G:$G,G2,$J:$J),""))



    I am looking for some advice for a formula to be able to calculate a total for the period of time that exceeds 9 mins in a running column. The data entered is based against a date criteria range in another column.

    The formula above is what I am using to calculate the total activity but I just need to separate out any periods that =>9 mins as a separate entry.

    In the above G is the date with J as the individual job cycle time. Ideally, every job should be under 9mins, so I need to break out and total any job that exceeds 9mins. Like I said I cannot seem to be able to post an example.

    Any advice gratefully accepted.
    Attached Files Attached Files

  2. #2
    Forum Guru
    Join Date
    03-02-2006
    Location
    Los Angeles, Ca
    MS-Off Ver
    WinXP/MSO2007;Win10/MSO2016
    Posts
    12,613

    Re: Time calculation for specific activity based against date criteria

    Please Login or Register  to view this content.
    =if(f2-"00:09:00"<0,0,f2-"00:09:00")
    Ben Van Johnson

  3. #3
    Registered User
    Join Date
    12-12-2018
    Location
    High Wycombe
    MS-Off Ver
    Excel 365
    Posts
    4

    Re: Time calculation for specific activity based against date criteria

    Thanks Ben

    Will this give me the daily sum total for those amount episodes that meet or exceed the 9 min target. That is what I need. I will generally have 20 to 30 rows of data per day and possible 1/3 to 1/2 will have episodes over 9 mins and I need to calculate that total time.

    Regards
    David

  4. #4
    Forum Moderator
    Join Date
    01-21-2014
    Location
    St. Joseph, Illinois U.S.A.
    MS-Off Ver
    Office 365 v 2403
    Posts
    13,406

    Re: Time calculation for specific activity based against date criteria

    Perhaps this in H2 and filled down.
    Formula: copy to clipboard
    Please Login or Register  to view this content.
    Dave

+ 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: 0
    Last Post: 06-19-2017, 11:32 AM
  2. [SOLVED] Sum of monthly activity based on 2 criteria
    By sbeatty in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 04-12-2017, 06:42 PM
  3. Calculating time of a specific activity
    By treeantz in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 02-17-2016, 10:52 AM
  4. count the number of occurance based on time and date and specific criteria
    By stoey in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 10-02-2014, 03:34 PM
  5. Activity Time Tracker to capture activity selected from dropdown list
    By dillibabu in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 09-24-2013, 01:10 PM
  6. Time Based Activity
    By bazok100 in forum Excel General
    Replies: 1
    Last Post: 06-15-2011, 02:25 PM
  7. Replies: 0
    Last Post: 09-03-2010, 05:36 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