+ Reply to Thread
Results 1 to 5 of 5

1) Sum based on time. 2) average per day formula

  1. #1
    Forum Contributor
    Join Date
    04-06-2017
    Location
    Wolverhampton
    MS-Off Ver
    Office 365
    Posts
    471

    1) Sum based on time. 2) average per day formula

    Hello All

    the formula in F isnt working. i dont understand why ????

    1)
    Data is on the MFG tab
    Colum D = sum everything that was built between the hours 06:00 - 1400

    Colum E = sum everything that was built between the hours 14:01 - 22:00

    Colum F = sum everything that was built between the hours 22:01 - 05:59


    2)
    Colum G = Average per day (total parts built / days worked)
    Colum H = Average per hour (average per / number of housrs per shift)

  2. #2
    Forum Expert Pepe Le Mokko's Avatar
    Join Date
    05-14-2009
    Location
    Belgium
    MS-Off Ver
    O365 v 2402
    Posts
    13,448

    Re: 1) Sum based on time. 2) average per day formula

    Attach a sample workbook (not a picture or pasted copy). Make sure there is just enough data to demonstrate your need. Include a BEFORE sheet and an AFTER sheet in the workbook if needed to show the process you're trying to complete or automate. Make sure your desired results are shown, mock them up manually if necessary.

    Remember to desensitize the data.

    Click on GO ADVANCED and then scroll down to Manage Attachments to open the upload window.

  3. #3
    Forum Contributor
    Join Date
    04-06-2017
    Location
    Wolverhampton
    MS-Off Ver
    Office 365
    Posts
    471

    Re: 1) Sum based on time. 2) average per day formula

    whoops

    please see attachment
    Attached Files Attached Files

  4. #4
    Forum Expert KOKOSEK's Avatar
    Join Date
    08-03-2018
    Location
    Pole in Yorkshire, UK
    MS-Off Ver
    365/2013
    Posts
    2,743

    Re: 1) Sum based on time. 2) average per day formula

    23:34 is later than 22:00 and is not earlier than 06:00 (is later than 06:00)
    Try:

    Please Login or Register  to view this content.
    Last edited by KOKOSEK; 02-04-2019 at 09:08 AM.
    Happy with my answer * Add Reputation.
    If You are happy with solution, please use Thread tools and mark thread as SOLVED.

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

    Re: 1) Sum based on time. 2) average per day formula

    Or
    F3
    =SUM(SUMIFS(MFG!$E:$E,MFG!$A:$A,$A3,MFG!$C:$C,{">=22:00","<06:00"}))

    E3 should be
    =SUMIFS(MFG!$E:$E,MFG!$A:$A,$A3,MFG!$C:$C,">=14:00",MFG!$C:$C,"<22:00")

    >=14:01 if will not sum 14:00:xx

+ 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] Weighted Average of Sequential Time Based Data Series Using Start/End Time Input
    By marcoyul in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 09-16-2017, 12:10 PM
  2. Replies: 3
    Last Post: 06-12-2014, 09:29 AM
  3. Replies: 2
    Last Post: 06-11-2014, 11:39 AM
  4. [SOLVED] average time based on clock time range
    By xrayexceller in forum Excel Formulas & Functions
    Replies: 14
    Last Post: 07-23-2013, 06:40 PM
  5. Replies: 0
    Last Post: 01-22-2013, 12:22 PM
  6. [SOLVED] Please Help - Trying to convert 1-2 sec data to a 5 minute Average based on time stamp -
    By elyk1173 in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 07-31-2012, 10:34 AM
  7. Formula to get an average based on time passed..?
    By legepe in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 02-28-2012, 10:06 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