A1 and B1 are start and end dates that can be selected to make a date range
So for example:
A1 = 1/9/14
A2 = 1/11/14
Let's say column C is a list of dates and column D is a list of numerical values I want to add only for that date range.
I know I can do a some if to return the sum of values that are greater than... or to return the sume of values that are less than...
...but is it possible to do a SUMIF that will return the values that are between A1 and A2?
So...
I would want it to return the sum of the dates between A1 (in this case 1/9/14) and B1 (in this case 1/11/14) so it would return a value of 25 (5+18+2).
Thanks in advance for your help. I'm really new at this and have just been learning by playing around with Excel.
So for example:
A1 = 1/9/14
A2 = 1/11/14
Let's say column C is a list of dates and column D is a list of numerical values I want to add only for that date range.
I know I can do a some if to return the sum of values that are greater than... or to return the sume of values that are less than...
...but is it possible to do a SUMIF that will return the values that are between A1 and A2?
So...
I would want it to return the sum of the dates between A1 (in this case 1/9/14) and B1 (in this case 1/11/14) so it would return a value of 25 (5+18+2).
Thanks in advance for your help. I'm really new at this and have just been learning by playing around with Excel.