+ Reply to Thread
Results 1 to 3 of 3

SUMUP Quantity Cumulatively Based on Criteria and Get Date Based On Criteria

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

    SUMUP Quantity Cumulatively Based on Criteria and Get Date Based On Criteria

    Dear Friends,

    Attached Excel sheet Contains Two Worksheet as elaborated below: -

    Material Request History: -

    Here we record Item wise what is the quantity is been requested on daily basis.

    Note: For single day there will be multiple requests for same item with different Quantities

    Material Issuance History: -

    Item wise date wise issued qty captured here

    Note: For single day there will be multiple issuance for same item with different Quantities

    Support Required: -

    For any Item, From the Date of Request, The Formula should calculate issued qty from another sheet, Once Cumulatively added up Qty reaching to >=0, That date should be updated against “Request Met Date” Column

    Note:
    1. Basically, this is to track the time taken from date of request to issuance
    2. Though attached sheet contains only some 5 different items, my live file contains more than 3000+ Items

    Looking forward your suggestion to meet subjected Requirement!

    Thanks & Regards,
    Rajeshkumar R
    Attached Files Attached Files
    Last edited by Rajeshkumar R; 07-27-2020 at 11:30 PM. Reason: Query Resolved

  2. #2
    Forum Guru Bo_Ry's Avatar
    Join Date
    09-10-2018
    Location
    Thailand
    MS-Off Ver
    MS 365
    Posts
    7,211

    Re: SUMUP Quantity Cumulatively Based on Criteria and Get Date Based On Criteria

    Please try at Request History
    D2
    Formula: copy to clipboard
    Please Login or Register  to view this content.

    confirm by Ctrl+Shift+Enter
    array formula will be slow with more data.

    or with helper column
    E2
    =IFERROR(INDEX('Material Issuance History'!$B$2:$B$49,MATCH(TRUE,INDEX(SUMIFS(C$2:C2,A$2:A2,A2)<='Material Issuance History'!$D$2:$D$49*('Material Issuance History'!$A$2:$A$49=A2),),)),"")

    and Issuance History D2
    =SUMIFS(C$2:C2,A$2:A2,A2)
    Attached Files Attached Files

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

    Re: SUMUP Quantity Cumulatively Based on Criteria and Get Date Based On Criteria

    Dear Bo_Ry,

    Thanks a lot for your immediate suggestion; Both your suggested formula's are working amazingly!

    However, since I have more number of items, I choose to go with helper Column Formula!

    Thanks & 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)

Similar Threads

  1. Product Production Schedule Quantity to be aligned Day by Day Based on Multiple Criteria
    By Rajeshkumar R in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 04-19-2020, 02:17 PM
  2. [SOLVED] formula for two criteria to sum the quantity without adjacent date - see sample
    By felixpanganiban in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 11-27-2019, 09:20 AM
  3. Get Max Date based on criteria
    By masond3 in forum Excel General
    Replies: 3
    Last Post: 07-03-2018, 12:10 PM
  4. [SOLVED] Count based on specific quantity & criteria
    By cuznleroy in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 09-26-2016, 08:28 PM
  5. Date and Sum based on criteria
    By compd1 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 04-13-2013, 12:30 AM
  6. [SOLVED] help: i need to input date range & 1 criteria then sumup
    By go14344 in forum Excel General
    Replies: 2
    Last Post: 05-22-2012, 02:34 AM
  7. VBA Excel Code to Add Cumulatively Based on Date
    By nicho in forum Excel General
    Replies: 0
    Last Post: 11-16-2011, 04:47 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