D
Dafella
All,
I don't know where I'm going wrong -
I have a document with weekly hours like this
Group****wk1****wk2****wk3****wk4****wk5
AL********2******3******4******9******1
SP********3******5******7******2******3
TR********9******2******5******2******2
On another sheet I want to summerize
AL*****If group = AL wk1+wk2+wk3+wk4+wk5
SP*****If group = SP wk1+wk2+wk3+wk4+wk5
TR*****If group = TR wk1+wk2+wk3+wk4+wk5
I'm trying to get totals at the monthly level rather than weekly
I tried creating a range containing the weeks for each month
but when I create my sumif formula I'm getting totals from 1 column.
=sumif(group, "="&A1, Apr)
Returns 2
2 is the total for wk1
the total should be Apr = 19
Any ideas what I'm doing wrong?
Thanks in advance
Steve
I don't know where I'm going wrong -
I have a document with weekly hours like this
Group****wk1****wk2****wk3****wk4****wk5
AL********2******3******4******9******1
SP********3******5******7******2******3
TR********9******2******5******2******2
On another sheet I want to summerize
AL*****If group = AL wk1+wk2+wk3+wk4+wk5
SP*****If group = SP wk1+wk2+wk3+wk4+wk5
TR*****If group = TR wk1+wk2+wk3+wk4+wk5
I'm trying to get totals at the monthly level rather than weekly
I tried creating a range containing the weeks for each month
but when I create my sumif formula I'm getting totals from 1 column.
=sumif(group, "="&A1, Apr)
Returns 2
2 is the total for wk1
the total should be Apr = 19
Any ideas what I'm doing wrong?
Thanks in advance
Steve