+ Reply to Thread
Results 1 to 5 of 5

How to Optimise Factory Production Efficiency

  1. #1
    Registered User
    Join Date
    07-29-2020
    Location
    London
    MS-Off Ver
    Office 365
    Posts
    36

    How to Optimise Factory Production Efficiency

    Hey guys. So below I have attached an example of a situation that I will regularly be posed with.

    The minimum amount is 1008, and from there it goes up in multiples of 72. The goal is to ensure that different products (each row is a different product) are produced in batches that are equal amounts. So you want to try and make as many of them equal to each other, without just bumping up the amount you are producing by too much. An easy solution would just be to round everything up to the product with the highest production, but that would of course lead to way too much excess. So the goal is to try and make sure we batch things up (to the greatest extent possible) whilst creating minimal excess.

    Also, as another rule, I would prefer nothing be rounded down at any point (only ever up as cutting production will lead to other issues in regard to not having enough of a product; the amounts written for each product are the bare minimums).

    My current solution is just to round everything up to the nearest multiple of 2, which does work, but I am wondering if there is anyway I can improve this? Thanks.
    Attached Files Attached Files

  2. #2
    Registered User
    Join Date
    07-29-2020
    Location
    London
    MS-Off Ver
    Office 365
    Posts
    36

    Re: How to Optimise Factory Production Efficiency

    I actually managed to optimise it further by using offset. I think I may have solved my own problem, but if anyone has any ideas on how to improve this further, please do tell me.
    Attached Files Attached Files

  3. #3
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    80,686

    Re: How to Optimise Factory Production Efficiency

    All in one:

    =OFFSET(B3,COUNTIF(B4:B$29,"<"&CEILING(B3,1008)),0,1,1)
    Ali


    Enthusiastic self-taught user of MS Excel who's always learning!
    Don't forget to say "thank you" in your thread to anyone who has offered you help.
    You can reward them by clicking on * Add Reputation below their user name on the left, if you wish.

    Forum Rules (updated August 2023): please read them here.

  4. #4
    Registered User
    Join Date
    07-29-2020
    Location
    London
    MS-Off Ver
    Office 365
    Posts
    36

    Re: How to Optimise Factory Production Efficiency

    Thanks a bunch!
    Last edited by AliGW; 07-31-2020 at 12:23 PM. Reason: Please don't quote unnecessarily!

  5. #5
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    80,686

    Re: How to Optimise Factory Production Efficiency

    If that takes care of your original question, please select Thread Tools from the menu link above and mark this thread as SOLVED.

+ 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. [SOLVED] Calculate factory was shut over the weekend
    By jkmcn691 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 08-08-2018, 01:18 AM
  3. Calculate factory was shut over the weekend
    By jkmcn691 in forum Excel Charting & Pivots
    Replies: 1
    Last Post: 08-08-2018, 01:18 AM
  4. [SOLVED] Auto populate stocks for production factory
    By makinmomb in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 05-23-2017, 09:19 AM
  5. Need to calculate cumulative efficiency of dayly production figures
    By Anuru in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 12-11-2013, 10:20 AM
  6. Ask for Factory QC blank Inspection report
    By Daniel in forum Excel General
    Replies: 0
    Last Post: 07-16-2005, 01:05 AM
  7. Replies: 0
    Last Post: 03-16-2005, 03:13 AM

Tags for this Thread

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