Distribute values within a date range
        Posted  
        
            by 
                JOT
            
        on Super User
        
        See other posts from Super User
        
            or by JOT
        
        
        
        Published on 2012-09-28T20:12:00Z
        Indexed on 
            2012/09/28
            21:41 UTC
        
        
        Read the original article
        Hit count: 157
        
excel-2007
I really need some help with Excel. I have a specific data that contains tasks, amount per tasks with start and end dates respectively.
Would like to distribute the data within a range data to quantify how much per month:
I have been using the Sumproduct function
=SUMPRODUCT(I$3:I$60,--(J$3:J$60>=$A2),--(K$3:K$60<=$B2))
where,
- I$3:I$60is the Load or value to add;
- J$3:J$60is the specific start date;
- K$3:K$60is the specific end date;
And the range to distribute the data is between 
A2(as the start date range) and B2(as the end date range).
I am unable to get the distribution for specific end dates that exceed the range distribution (or K>B) returning 0 as result.
© Super User or respective owner