+ Reply to Thread
Results 1 to 5 of 5

Obtaining a list from a schedule, dictated by date and shift

  1. #1
    Registered User
    Join Date
    06-28-2013
    Location
    Melbourne, Australia
    MS-Off Ver
    Excel 2007
    Posts
    3

    Obtaining a list from a schedule, dictated by date and shift

    Hi everyone. This is a great forum.
    I'm a new member and I have been teaching myself excel by, developing a production schedule, and consulting this forum, so far I've been going quite well.
    I have run into a brick wall in obtaining a list of required production, on a particular day and shift, from an infinite schedule.

    I have aattached a similar example to give you all an idea of what I mean. Basically I want to change the date and shift on sheet 2, and have a list of parts and amount required, according to the schedule on sheet 1.( I hope this all makes sense!)

    Please help??

    Uncle Bear
    Attached Files Attached Files

  2. #2
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,938

    Re: Obtaining a list from a schedule, dictated by date and shift

    Hi and welcome to the forum

    Try this in sheet2....
    in E6, copied down...
    =IF(Sheet1!A4="","",Sheet1!A4)
    and then in F6, copied down...
    =INDEX(Sheet1!$A$1:$AW$31,MATCH(Sheet2!E6,Sheet1!A:A,0),MATCH($F$3,Sheet1!$1:$1,0)+IF($F$4="AM",0,2))
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

  3. #3
    Registered User
    Join Date
    06-28-2013
    Location
    Melbourne, Australia
    MS-Off Ver
    Excel 2007
    Posts
    3

    Re: Obtaining a list from a schedule, dictated by date and shift

    That works great thanks.

    How would I now get it to only display parts required, ie. eliminate blank cells?

    Thanks again.

  4. #4
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,938

    Re: Obtaining a list from a schedule, dictated by date and shift

    Sorry, I thought I already replied to this

    =if(E6="","",INDEX(Sheet1!$A$1:$AW$31,MATCH(Sheet2!E6,Sheet1!A:A,0),MATCH($F$3,Sheet1!$1:$1,0)+IF($F$4="AM",0,2)))

  5. #5
    Registered User
    Join Date
    06-28-2013
    Location
    Melbourne, Australia
    MS-Off Ver
    Excel 2007
    Posts
    3

    Re: Obtaining a list from a schedule, dictated by date and shift

    I'm sorry, I think I missed something.

    Your first reply worked nicely, than I was asking if there was a way to only list the parts required, without all of the parts with a lot of 0's next to them. You have replied with a very similar formula the second time around.

    Please forgive me if I've missed something here.

+ 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