+ Reply to Thread
Results 1 to 3 of 3

Fifo allocation of inventory & extract name of associated bin & store name.

  1. #1
    Registered User
    Join Date
    10-02-2018
    Location
    Yamunanagar,India
    MS-Off Ver
    2010
    Posts
    35

    Fifo allocation of inventory & extract name of associated bin & store name.

    Hi!, I'm trying to work out a formula based solution to a problem but unsuccessful. I believe somebody here can help with this problem.
    I've got Two sheets:

    1) Sheet1: PO data & tracker sheet for qty. allocated for each item from a particular bin no. & store location.
    In this sheet, we create entries for PO no., item name, qty. required for item etc. Column A to E. All further columns in sheet 1 is auto-updated from sheet2. In the attached file I've shown this sheet to be static but in reality, PO data entries will keep on increasing with each passing day.

    2) Sheet2: In this sheet, we store information for each item for its bin no., qty. of that item in that bin, & store name. For this sheet, I've shown variable data with each passing day.

    What we want to achieve: In sheet 2 if we fill "yes" in release execution, column W, then all items in this bin should be allocated in sheet 1 in front of matching item along with bin no., store location.

    The logic of quantity allocation is that qty. of an item is allocated as we move up to down on a fifo basis. When Qty. need in all the above po's is completed then the only qty. overflows to next po. Also, none of the po can be allocated more qty. then mentioned in PO qty.

    The attached file should make it more clear as I've shown data on daily progression basis from day 1 to day6.

  2. #2
    Registered User
    Join Date
    10-02-2018
    Location
    Yamunanagar,India
    MS-Off Ver
    2010
    Posts
    35

    Re: Fifo allocation of inventory & extract name of associated bin & store name.

    This is for information that I've raised the same question at another forum. Link mentioned below.
    https://chandoo.org/forum/threads/fi...re-name.41701/

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

    Re: Fifo allocation of inventory & extract name of associated bin & store name.

    This proposal makes a couple of changes to the layout of the 'Sheet2' range and employs a LOT of helpers which may be moved and/or hidden for aesthetic purposes.
    Changes: The Bin No. and Store Name columns are filled.
    Helper columns:
    AA93:AK96 are populated using: =INDEX($A$98:$E$109,COLUMNS($A1:A1),MATCH($Z93,$A$96:$E$96,0))
    AA98:AK114 are populated using: =IF(AND($W98="Y",$T98=AA$95),MIN($U98,AA$96-SUM(AA$97:AA97),$U98-SUM($Z98:Z98)),0)
    Note that these ranges may be expanded.
    In the 'Sheet1' range:
    The Bin no. columns are populated using:
    Formula: copy to clipboard
    Please Login or Register  to view this content.

    The qty allocated from this bin columns are populated using:
    Formula: copy to clipboard
    Please Login or Register  to view this content.

    The Store no. columns are populated using:
    Formula: copy to clipboard
    Please Login or Register  to view this content.

    Let us know if you have any questions.
    Consider taking the time to add to the reputation of everybody that has taken the time to respond to your query.

+ 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. Fifo po allocation
    By William Okumu in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 04-24-2017, 01:43 PM
  2. FIFO Inventory Age
    By rehana moiz in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 06-08-2016, 11:35 PM
  3. [SOLVED] Formula to create store by store inventory transfers
    By DamianTaylor in forum Excel Formulas & Functions
    Replies: 20
    Last Post: 04-08-2016, 08:37 AM
  4. FIFO inventory value
    By andrewzzz in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 08-17-2015, 09:10 AM
  5. Inventory FIFO
    By seolann in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 09-10-2013, 01:18 AM
  6. Inventory Age Formula Needed for FIFO Inventory
    By SWeisser in forum Excel General
    Replies: 0
    Last Post: 07-20-2012, 02:44 PM
  7. FIFO Inventory- COGS & Inventory Valuation
    By aromaveda in forum Excel Programming / VBA / Macros
    Replies: 10
    Last Post: 09-24-2009, 02:05 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