+ Reply to Thread
Results 1 to 6 of 6

Auto populate stocks for production factory

  1. #1
    Forum Contributor
    Join Date
    01-04-2014
    Location
    East Africa
    MS-Off Ver
    MS OFFICE 2019 PRO
    Posts
    3,616

    Auto populate stocks for production factory

    Column Q3 is where current month is entered manually

    I want then then a formula to read stock that is Q4
    and populate if that is stock is feasible for how many
    months for a stock of 200 formulas should auto feed
    50 50 40 30 20 into B7 AND B8 AND B9 AND B10 AND B11
    according to
    sells trend range D3 to O4

    Thus the formula on B3 TO B26 for production
    stock population
    Attached Files Attached Files
    Last edited by makinmomb; 05-23-2017 at 06:10 AM.

  2. #2
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    28,363

    Re: Auto populate stocks for production factory

    Try

    in B3 and copy down

    =IF(MONTH($A3&0)>=MONTH($Q$3&0),IF(SUM($B$2:B2)+INDEX($D$4:$O$4,,MONTH($A3&0))<=$Q$4,INDEX($D$4:$O$4,,MONTH($A3&0)),""),"")

    You would be better using actual Excel dates rather than TEXT.
    Attached Files Attached Files
    Last edited by JohnTopley; 05-23-2017 at 08:10 AM.

  3. #3
    Forum Contributor
    Join Date
    01-04-2014
    Location
    East Africa
    MS-Off Ver
    MS OFFICE 2019 PRO
    Posts
    3,616

    Re: Auto populate stocks for production factory

    Thank you John , wow

  4. #4
    Forum Expert avk's Avatar
    Join Date
    07-12-2007
    Location
    India
    MS-Off Ver
    Microsoft Office 2013
    Posts
    3,223

    Re: Auto populate stocks for production factory

    Dear makinmomb, I have create long back my own "Re-Order-Level" Template.
    You just refer it if you comfirtable then use. as per your data record maintain. (Becausei don't know in what type of data you have maintain) Here i develop as per our maintaining data record.
    In Consumption sheet : Last 12 month consumption calculated.
    In Stock sheet : I just upload daily stock postion from our system. (Just copy paste data)
    In On_Transit sheet : Also upload despatch detials from our system. (Just copy paste data)
    In Pending sheet : Also upload pending order detials from our system. (Just copy paste data)
    In summary sheet : I finalize norm based on consumption. stock / transit / pending data extract from respective sheet using index match formula.
    Please refer attach file.
    In attach sheet entered few example.
    Attached Files Attached Files


    atul


    If my answer (or that of other members) has helped you, please say "Thanks" by clicking the Add Reputation button at the foot of one of their posts.

    Also: if your problem is solved, please take the time to mark your thread as SOLVED by going to the top of your first post, selecting "Thread Tools" and then "Mark thread as solved".

  5. #5
    Forum Contributor
    Join Date
    01-04-2014
    Location
    East Africa
    MS-Off Ver
    MS OFFICE 2019 PRO
    Posts
    3,616

    Re: Auto populate stocks for production factory

    Thank you AVK , I will look into your file too

    John can you change the stock to 300 instead of 200 ,
    it populates stock correctly , but throws around 10 to next year
    leaving gaps ?

  6. #6
    Forum Contributor
    Join Date
    01-04-2014
    Location
    East Africa
    MS-Off Ver
    MS OFFICE 2019 PRO
    Posts
    3,616

    Re: Auto populate stocks for production factory

    John that should be fine , if it throws something next year I only have to focus looking into continuous
    months stock will serve

+ 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. How to reset Excel to factory Setting
    By AbinMaruthiyil in forum Excel General
    Replies: 1
    Last Post: 01-02-2014, 05:58 PM
  2. [SOLVED] Auto Populate cell based on auto filter selection from table in same sheet
    By missydanni in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 12-02-2013, 05:03 PM
  3. Auto-populate from other sheets in a master, than auto total duplicates
    By Melyd in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 08-30-2013, 01:48 PM
  4. Find production data from one sheet a have it populate on another
    By mike6065 in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 10-18-2012, 05:54 PM
  5. Replies: 3
    Last Post: 02-28-2012, 11:54 AM
  6. Replies: 2
    Last Post: 06-25-2010, 09:19 AM
  7. Ask for Factory QC blank Inspection report
    By Daniel in forum Excel General
    Replies: 0
    Last Post: 07-16-2005, 01:05 AM
  8. 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