+ Reply to Thread
Results 1 to 6 of 6

How to track production target date

  1. #1
    Forum Contributor
    Join Date
    08-07-2018
    Location
    india
    MS-Off Ver
    2007
    Posts
    233

    How to track production target date

    HI,
    i have a production tracking file in which i fill daily production according to date and quality.

    in sheet 1 column AH is of date column when order has got executed and column AI is of lead time (how much day it will take 2 complete the order). so when we add lead time in order execution date we get column AM. column AL is daily expected data.

    In column AN i want to see date which will be according to today data and same for tomorrow and so on.

    for example:- date in am4 is 3/1/2020 but it is according to AL4. that means if we get daily production of 133.33 then it will complete on given date. but as daily production is below 133.33 then the date is getting late so i want to calculate date according to daily production entered.

    please give appropriate formula. and if any other option or format requires i will like to have, hoping to get this as solved
    Attached Files Attached Files

  2. #2
    Forum Expert
    Join Date
    07-20-2011
    Location
    Mysore, India.
    MS-Off Ver
    Excel 2019
    Posts
    8,587

    Re: How to track production target date

    Not understood requirement. May be this.
    In AN4 then copy dowmn.

    =$AH4+CEILING($AG4/$AL4,1)
    Attached Files Attached Files
    Pl note
    Array formula should be confirmed with Ctrl+Shift+Enter keys together.
    If answere is satisfactory press * to add reputation.

  3. #3
    Forum Contributor
    Join Date
    08-07-2018
    Location
    india
    MS-Off Ver
    2007
    Posts
    233

    Re: How to track production target date

    first of all thanks a lot for replying on my query. after applying your formula the result is same as column am when we will add column ai in column ah we will get column am. the date in am5 is written by mistake.

    my requirement is that when i will enter today production below the date (b4:af) then date should come according to that day. means if there was order of 8000 mtrs.
    and execution date is january 1 2020. and lead time is 60 days. then target date in column am will be 3-1-2020. which means we require daily production of 133.33

    but after execution of order production is getting low and we are getting only 50 meters (b4). it means our target date has extended automatically because if we will get only 50 meters daily then when our 8000 meters will complete. so i want that date to show in column an.
    and same if we get more production from 133.33 our order will get done before column am. for example if we get 150 meters per day. our production will get complete on 2-23-2020 instead of 3-1-2020.

    i hope now you will have get the idea what i want. in short, when i will enter the daily production date wise in cell b4:af the date in column an should be fluctuate daily on behalf of entered meters.

  4. #4
    Forum Guru
    Join Date
    08-28-2014
    Location
    USA
    MS-Off Ver
    Excel 2019
    Posts
    17,568

    Re: How to track production target date

    I am breaking this down into smaller bits so that will be easier to troubleshoot.
    AO4 displays the daily production based on the most recent value in columns B:AF using: =INDEX(B4:AF4,AGGREGATE(14,6,(COLUMN(B4:AF4)-COLUMN(A4))/(B4:AF4<>""),1))
    AP4 displays the number of days that it will take to complete the remaining amount (difference column) using: =ROUNDUP(AK4/AO4,0)
    AM4 displays the changed date using: =SUM(AH4,AP4)
    Note that I am unsure that this actually yields an accurate date as it appears that work is not done every day, however that is has more to do with what you want computed as opposed to how it is computed.
    Let us know if you have any questions.
    Attached Files Attached Files
    Consider taking the time to add to the reputation of everybody that has taken the time to respond to your query.

  5. #5
    Forum Contributor
    Join Date
    08-07-2018
    Location
    india
    MS-Off Ver
    2007
    Posts
    233

    Re: How to track production target date

    wow!!!! just amazing. wonderfully done. thanks a lot for your hard work. you are an excel expert in real words.

  6. #6
    Forum Guru
    Join Date
    08-28-2014
    Location
    USA
    MS-Off Ver
    Excel 2019
    Posts
    17,568

    Re: How to track production target date

    You're Welcome. Thank You for the feedback and for marking the thread as 'Solved'. I hope that you have a blessed day.

+ 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. Consolidated Production chart (Production vs wastage vs Changeovers)
    By Abrarpkbev in forum Excel Charting & Pivots
    Replies: 3
    Last Post: 05-10-2019, 03:15 AM
  2. Formula to Track Where Up to Against a Target
    By Zapa7 in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 01-21-2019, 11:54 PM
  3. Replies: 2
    Last Post: 07-09-2017, 07:23 AM
  4. Production Data Chart with target
    By c991257 in forum Excel Charting & Pivots
    Replies: 1
    Last Post: 10-22-2014, 08:09 AM
  5. [SOLVED] Production Data Chart with target
    By c991257 in forum Excel Charting & Pivots
    Replies: 1
    Last Post: 10-22-2014, 06:10 AM
  6. Moving hourly production target
    By Falbrav in forum Excel Formulas & Functions
    Replies: 12
    Last Post: 09-20-2012, 08:31 AM
  7. Replies: 0
    Last Post: 03-16-2005, 03:13 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