+ Reply to Thread
Results 1 to 9 of 9

Simple MRP for excel?

  1. #1
    Forum Contributor
    Join Date
    03-14-2005
    Location
    Sweden
    MS-Off Ver
    Office 365
    Posts
    329

    Simple MRP for excel?

    Hello.

    I run a production planning departement and I need to do a simple mrp from the current production plan.
    The production plan is made in excel:

    Day 1 Day 2
    Part 1 100pcs 200pcs
    Part 2 20 pcs 10pcs

    In Part 1 and 2 there are several part numbers that are assembled to it.
    I have chart with these part numbers like this:
    Part100 Part200 Part300
    Part 1 3pcs 2pcs 3pcs
    Part 2 23pcs 10pcs 21pcs


    I would like to have place in my chart that multiplies the current production plan for all part numbers and creates a total sum of demand for part100, part200 and so on.

    I have attached an document with a lot of Index and Match functions but I can't make this work.

    Is there som kind person with the knowledge to hack this problem?

    /Anders
    Attached Files Attached Files
    Last edited by a94andwi; 10-31-2009 at 04:21 AM.

  2. #2
    Forum Expert JBeaucaire's Avatar
    Join Date
    03-21-2004
    Location
    Bakersfield, CA
    MS-Off Ver
    2010, 2016, Office 365
    Posts
    33,492

    Re: Simple MRP for excel?

    I believe this formula in C26, then copied down and across:

    =SUMPRODUCT(($C$3:$F$3=$A26) * ($C$4:$F$8*C$17:C$21))
    _________________
    Microsoft MVP 2010 - Excel
    Visit: Jerry Beaucaire's Excel Files & Macros

    If you've been given good help, use the icon below to give reputation feedback, it is appreciated.
    Always put your code between code tags. [CODE] your code here [/CODE]

    ?None of us is as good as all of us? - Ray Kroc
    ?Actually, I *am* a rocket scientist.? - JB (little ones count!)

  3. #3
    Forum Contributor
    Join Date
    03-14-2005
    Location
    Sweden
    MS-Off Ver
    Office 365
    Posts
    329

    Re: Simple MRP for excel?

    Easier than I ever could imagined. Thanks alot for the help!!!!!

    /Anders

  4. #4
    Forum Contributor
    Join Date
    03-14-2005
    Location
    Sweden
    MS-Off Ver
    Office 365
    Posts
    329

    Re: Simple MRP for excel?

    Hello again.

    The attached file you were looking at was only a model to make it work. I have now made a new file with 3 sheets containing part structure, production plan and part demand.

    Now when I simply change the formula to point to other sheets I get N/A# error.

    I can't understand why? Can you see what I've done wrong?

    I attach a new fil where the formula is in sheet "Materialbehov" C4.
    Materialbehov - > Material demand (MRP)
    Körplan ->Production plan
    Struktur -> Part structur

    Please help!

    /Anders
    Attached Files Attached Files

  5. #5
    Forum Expert martindwilson's Avatar
    Join Date
    06-23-2007
    Location
    London,England
    MS-Off Ver
    office 97 ,2007
    Posts
    19,320

    Re: Simple MRP for excel?

    you have put the wrong cell ref in the first part
    Struktur!$C$2:$Q$3
    should be
    =SUMPRODUCT((Struktur!$C$2:$Q$2=Materialbehov!$A4)*(Struktur!$C$4:$Q$103*Körplan!C$4:C$103))
    i think
    "Unless otherwise stated all my comments are directed at OP"

    Mojito connoisseur and now happily retired
    where does code go ?
    look here
    how to insert code

    how to enter array formula

    why use -- in sumproduct
    recommended reading
    wiki Mojito

    how to say no convincingly

    most important thing you need
    Martin Wilson: SPV
    and RSMBC

  6. #6
    Forum Contributor
    Join Date
    03-14-2005
    Location
    Sweden
    MS-Off Ver
    Office 365
    Posts
    329

    Re: Simple MRP for excel?

    Thanks again.

    I knew there must be a simple solution. The first thing that goes blind are the eyes! :-)
    /Anders

  7. #7
    Forum Expert JBeaucaire's Avatar
    Join Date
    03-21-2004
    Location
    Bakersfield, CA
    MS-Off Ver
    2010, 2016, Office 365
    Posts
    33,492

    Re: Simple MRP for excel?

    If that takes care of your need, be sure to EDIT your original post, click Go Advanced and mark the PREFIX box [SOLVED].


    (Also, use the blue "scales" icon in our posts to leave Reputation Feedback, it is appreciated)

  8. #8
    Registered User
    Join Date
    05-22-2019
    Location
    United Kingdom
    MS-Off Ver
    2019
    Posts
    1

    Re: Simple MRP for excel?

    First post, so be kind.

    But the original file is no longer available, could someone resurrect this file or help me with this?

    I essential have 3 different groups of components in builds, with 3 duplicates products across the 3 parts.

    I need a simple forumla to totalise the totals to be ordered to build the 3 required kits.

  9. #9
    Forum Expert dominicb's Avatar
    Join Date
    01-25-2005
    Location
    Lancashire, England
    MS-Off Ver
    MS Office 2000, 2003, 2007 & 2016 365
    Posts
    4,867

    Re: Simple MRP for excel?

    Good afternoon Steve13

    Administrative Note:

    Welcome to the forum.

    We are happy to help, however whilst you feel your request is similar to this thread, experience has shown that things soon get confusing when answers refer to particular cells/ranges/sheets which are unique to your post and not relevant to the original. Please start a new thread - See Forum rule #4

    If you are not familiar with how to start a new thread see the FAQ: How to start a new thread
    Please familiarise yourself with the rules before posting. You can find them 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