I need help with a SUMIF based on dates formula. I've compared my formula to another one the forum where the user was attempting to do exactly the same thing I'm trying to do. I have a column with dates and one with % of the day worked. I need to sum the time for cells with the same date to make sure the person has not worked more than 1.0 day on any given date. Columns A-C of the data and the formula I'm using look like this:
<PRE>
9/16/2014 OFF 0.00 "=SUMIF($A$6:$A$18,A6,$B$6:$B$18)"
9/17/2014 0.50 0.50
9/17/2014 0.75 0.75
9/18/2014 0.25 0.25
9/18/2014 0.00
0.00
0.00
</PRE>
As you can see, Excel is not totaling correctly because I should have 1.25 for 9/14/2014.
Your help and suggestions are appreciated.
<PRE>
9/16/2014 OFF 0.00 "=SUMIF($A$6:$A$18,A6,$B$6:$B$18)"
9/17/2014 0.50 0.50
9/17/2014 0.75 0.75
9/18/2014 0.25 0.25
9/18/2014 0.00
0.00
0.00
</PRE>
As you can see, Excel is not totaling correctly because I should have 1.25 for 9/14/2014.
Your help and suggestions are appreciated.