I have a statistics spreadsheet I've create that has 3 tabs--One a summary, and the other two running totals of reference statistics. I'm using a SumIf formulate to calculate the total time spent on each specific date from the running totals sheets. That amount then goes on to the summary sheet and finally being totaled. The problem is that the formula gives the correct amount on each running totals sheet, but does not give the correct amount on the summary sheet.
I would prefer to put the formula on the summary sheet, but even trying to by-pass it and putting it on the running totals sheets and then popping it into the summary sheet, doesn't work. I know you are supposed to be able to use multiple sheets with the sumif formula. It works just fine with the Countifs formula.
Any ideas what is going on?
Thanks
Karen
- The formula on the summary sheet looks like this: =SUMIF(Karen!$B$3:$B$146,"5/18/2016",Karen!$E$3:$E$146) giving a total of 11 (way off).
- If I put it on the running total for Karen, it looks like this: =SUMIF($B$3:$B$146,"5/18/2016",$E$3:$E$146) giving a total of 132 (correct).
- If I use the results for the formula on the running total and drop it into the appropriate place on the summary sheet, it shows 11 again.
I would prefer to put the formula on the summary sheet, but even trying to by-pass it and putting it on the running totals sheets and then popping it into the summary sheet, doesn't work. I know you are supposed to be able to use multiple sheets with the sumif formula. It works just fine with the Countifs formula.
Any ideas what is going on?
Thanks
Karen