+ Reply to Thread
Results 1 to 3 of 3

Automatic Look up and count from time of day

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

    Automatic Look up and count from time of day

    hello All
    I would like a formula to identify what’s been built at what time on a production line.

    Mini Report & JLR Report Tab
    E2 needs to look at the part number in column A and count what’s been built for that particular part within the MFG tab. Whilst also looking at the time of the build and then return what’s been built at what time, I’ve highlighted an example in orange
    Data in the MFG will constantly change
    Attached Files Attached Files
    Last edited by pmw19800; 06-22-2018 at 03:43 AM. Reason: Missing attahment

  2. #2
    Forum Expert
    Join Date
    10-10-2016
    Location
    Sheffield
    MS-Off Ver
    365 and rarely 2016
    Posts
    3,212

    Re: Automatic Look up and count from time of day

    its not clear why you are multiplying by 13 and the quantity change is 12, and why the formulas have been entered as arrays, which is unnecessary.

    =IF('Mini Report'!A12="","",COUNTIF(MFG!$A$2:$A$212,'Mini Report'!A12))*13

    would become
    =IF('Mini Report'!$A12="","",COUNTIFS(MFG!$A$2:$A$212,'Mini Report'!$A12,MFG!$C$2:$C$212,">="&6/24,MFG!$C$2:$C$212,"<"&14/24))*13
    =IF('Mini Report'!$A12="","",COUNTIFS(MFG!$A$2:$A$212,'Mini Report'!$A12,MFG!$C$2:$C$212,">="&14/24,MFG!$C$2:$C$212,"<"&20/24))*13
    =IF('Mini Report'!$A12="","",COUNTIFS(MFG!$A$2:$A$212,'Mini Report'!$A12,MFG!$C$2:$C$212,"<"&6/24)+COUNTIFS(MFG!$A$2:$A$212,'Mini Report'!$A12,MFG!$C$2:$C$212,">="&22/24))*13

    for your 3 time slots

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

    Re: Automatic Look up and count from time of day

    thats great thankyou, The 13 is used on the JLR TAB, Moni tab is 12

+ 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] Automatic Look up and count all parts that have been built
    By pmw19800 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 06-13-2018, 12:25 PM
  2. automatic number count from date
    By silxxxx in forum Excel Formulas & Functions
    Replies: 9
    Last Post: 09-27-2015, 05:09 AM
  3. How to change time automatic when changing amount of time
    By Andboe in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 03-16-2015, 05:47 AM
  4. Automatic generation of Start time, end time and total time in excel
    By dreamwarden in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 08-21-2013, 08:03 PM
  5. Automatic count across columns
    By ExcelRanger in forum Excel General
    Replies: 1
    Last Post: 09-24-2012, 11:36 PM
  6. [SOLVED] Automatic count on saved data
    By vargur1 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 09-10-2012, 02:03 PM
  7. Automatic Count
    By fran55 in forum Excel General
    Replies: 1
    Last Post: 03-16-2005, 11:06 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