+ Reply to Thread
Results 1 to 4 of 4

Order fulfilment and inventory availability

  1. #1
    Registered User
    Join Date
    03-02-2017
    Location
    Roerstreek
    MS-Off Ver
    2013
    Posts
    21

    Order fulfilment and inventory availability

    Hello there!

    Hopefully everybody is doing fine.

    I'm currently looking into making a little order fulfilment sheet for a small assembly workshop, as a favor/hobby project.

    Please find attached a sample file of what I'm working on.

    The situation:
    I get data directly from the ERP-system of the shop, so it should always be up to date.
    The data I'm getting is consumption per order number. So there could be loads of different products (lines) per order (ordernumber).
    Since the final product is an assembled product, all parts of this product need to be in stock.

    I already did an availibility check to see if the individual items are in stock (per order).

    My question is:
    How would I be able to see if an entire order can be made? So, if all items are in stock for the order number, how would I be able to show this?
    I tried a pivot table but all that did was give me a summary let's say. I still was not able to mark an order to see if it can be assembled.


    The idea is to in the end feed the data of orders that can be fully fullfilled into my assembly order planning sheet.

    Thanks in advance, hopefully I'm clear enough in my description!

    Greetings,
    Niklas
    Attached Files Attached Files

  2. #2
    Registered User
    Join Date
    03-02-2017
    Location
    Roerstreek
    MS-Off Ver
    2013
    Posts
    21

    Re: Order fulfilment and inventory availability

    Hi there,

    small update to the sample file.
    I added a column to hopefully better show what I mean.

    As you can see, order P19073 can be assembled because there is enough inventory for all of the parts.
    Order P19096 can not be assembled because for two of the items there is not enough inventory.

    Hopefully this clears things up a bit!
    Attached Files Attached Files

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

    Re: Order fulfilment and inventory availability

    May be this
    In H2 then copied down

    =IF(SUMPRODUCT(([Assembly Order No.]=[@[Assembly Order No.]])*([[Inventory Availability ]]="NO"))>0,"NO","YES")

    OR

    =IF(SUMPRODUCT(([Assembly Order No.]=[@[Assembly Order No.]])*([[Inventory Availability ]]="YES"))=SUMPRODUCT(--([Assembly Order No.]=[@[Assembly Order No.]])),"YES","NO")
    Attached Files Attached Files
    Last edited by kvsrinivasamurthy; 07-24-2019 at 11:50 AM.
    Pl note
    Array formula should be confirmed with Ctrl+Shift+Enter keys together.
    If answere is satisfactory press * to add reputation.

  4. #4
    Registered User
    Join Date
    03-02-2017
    Location
    Roerstreek
    MS-Off Ver
    2013
    Posts
    21

    Re: Order fulfilment and inventory availability

    Hi kvsrinivasamurthy!

    Your solutions both work very well!

    Thank you!

    I'll mark the thread as solved and add rep!

+ 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. Inventory availability
    By thyzt in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 06-23-2016, 11:44 PM
  2. [SOLVED] Order/Inventory worksheet
    By gombi in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 06-20-2014, 10:07 AM
  3. [SOLVED] How can I use Vlookup to check multiple task fulfilment?
    By Baloo in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 06-10-2013, 04:21 PM
  4. [SOLVED] Need help with inventory and order sheets
    By cdn_medic in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 04-11-2013, 10:17 PM
  5. [SOLVED] order inventory macro
    By blairw in forum Excel Programming / VBA / Macros
    Replies: 8
    Last Post: 03-18-2013, 03:42 PM
  6. order calculating inventory
    By mrpeabodys in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 07-30-2007, 08:47 PM
  7. Inventory data to purchase order
    By JEE in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 10-06-2006, 09:25 PM

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