+ Reply to Thread
Results 1 to 8 of 8

How to Find When Shortge qty is Getting Fulfilled?

Hybrid View

  1. #1
    Forum Contributor
    Join Date
    01-07-2012
    Location
    Bangalore
    MS-Off Ver
    Office 365
    Posts
    368

    Smile How to Find When Shortge qty is Getting Fulfilled?

    Dear Friends,

    Please open attached Excel File, in that…

    Sheet 1(Inventory):- Each Item, How much we are getting and when we are getting those details is been updated.

    Shee2 (Construction):- this is my working file. Herein,

    1. From A1:G7, I have each product week wise demand details.

    2. From A9:G32, I have Item details along with how many per it is getting used in each product.

    3. From I9:M32, I have created week wise component level demand by using SUMPRODUCT (Item How Many per, Respective Week Demand) Formula.

    4. From O9:S32, I have created week wise shortages. “Note: This shortage is week on week cumulative Shortages”.

    5. From U9:Y32, I need the output like, by when we are getting (Input to be taken from Inventory Sheet) full qty to satisfy that particular week shortages.

    Example:-
    Item 1, Week 1 Shortage (Cell O10) is -360# and if we check Inventory details, to fulfill 360# of shortage, last qty we are getting by 29 Mar. So U10 Cell I need the output 29 Mar. In the same way I need to update all cells from U9:Y32.

    Kindly make a note; I would like to get this output with normal formula & functions not with VBA or Macros.

    Thanks & Regards,
    Rajeshkumar R
    Attached Files Attached Files
    Last edited by Rajeshkumar R; 03-22-2012 at 04:45 AM. Reason: Query is Clarified

  2. #2
    Forum Contributor darknation144's Avatar
    Join Date
    01-24-2012
    Location
    London
    MS-Off Ver
    Microsoft Excel 365 MSO
    Posts
    555

    Re: How to Find When Shortge qty is Getting Fulfilled?

    How are the weeks defined, Is week one always the column 2 on inventory?

  3. #3
    Forum Contributor
    Join Date
    01-07-2012
    Location
    Bangalore
    MS-Off Ver
    Office 365
    Posts
    368

    Re: How to Find When Shortge qty is Getting Fulfilled?

    Yes!

    Thanks & Regards,
    Rajeshkumar R

  4. #4
    Forum Contributor darknation144's Avatar
    Join Date
    01-24-2012
    Location
    London
    MS-Off Ver
    Microsoft Excel 365 MSO
    Posts
    555

    Re: How to Find When Shortge qty is Getting Fulfilled?

    Are you able to use hidden lines calculating the running totals?

  5. #5
    Forum Contributor darknation144's Avatar
    Join Date
    01-24-2012
    Location
    London
    MS-Off Ver
    Microsoft Excel 365 MSO
    Posts
    555

    Re: How to Find When Shortge qty is Getting Fulfilled?

    This is really hard to do without VBA, ideally you need a for loop. NBVC any help?

  6. #6
    Forum Contributor
    Join Date
    01-07-2012
    Location
    Bangalore
    MS-Off Ver
    Office 365
    Posts
    368

    Re: How to Find When Shortge qty is Getting Fulfilled?

    Okay, Please suggest me how to move forward and get my Target!

    Thanks & Regards,
    Rajeshkumar R

  7. #7
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898

    Re: How to Find When Shortge qty is Getting Fulfilled?

    Perhaps, in U10:

    =IFERROR(INDEX(Inventory!$B$1:$Z$1,MATCH(TRUE,SUBTOTAL(9,OFFSET(Inventory!$B2,,,,COLUMN(Inventory!$B2:$Z2)-MIN(COLUMN(Inventory!$B2:$Z2))+1))>=ABS(O10),0)),"-")
    confirmed with CTRL+SHIFT+ENTER not just ENTER and copied across and down.

    Note: This will return a "-" if the total cumulative sum is still below the shortage. Also using =TODAY() in Inventory!B1 will change the date everday, so not sure if the whole workbook would make real sense....
    Where there is a will there are many ways.

    If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below left corner

    Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.

  8. #8
    Forum Contributor
    Join Date
    01-07-2012
    Location
    Bangalore
    MS-Off Ver
    Office 365
    Posts
    368

    Re: How to Find When Shortge qty is Getting Fulfilled?

    Hi,

    Many Many Many…. Thanks to you! Formula is working immaculately.... I really so happy… It’s going to help me a lot! And

    The reason why I used today function in Inventory details, There are changes, In future somebody may look into the file from Excel forum, they should not get confused like why overdue dates that is the reason I had put Today’s Function. But in my real file the Receipts Details are completely Freeze…

    Once again thanks a lot…

    Thanks and Regards,
    Rajeshkumar R

+ 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