I'm having an excel challenge. I need to find/create a formula that knows what cells I want to reference based on dates. So, for example:
old Dates old data New dates data
5/4/2011 4 4/1/2011 10
6/14/2011 5 5/1/2011 13
7/25/2011 8 6/1/2011 12
9/4/2011 14 7/1/2011 15
10/15/2011 22 8/1/2011 16
How do I get excel to know that I want it to do 16 minus 14 because the new date associated with 16 (8/1/2011) falls between the dates 9/4/2011 and 7/25/2011?
old Dates old data New dates data
5/4/2011 4 4/1/2011 10
6/14/2011 5 5/1/2011 13
7/25/2011 8 6/1/2011 12
9/4/2011 14 7/1/2011 15
10/15/2011 22 8/1/2011 16
How do I get excel to know that I want it to do 16 minus 14 because the new date associated with 16 (8/1/2011) falls between the dates 9/4/2011 and 7/25/2011?