Hi All,
I hope someone will be able to assist me in the below example sheet:
Excel 2007
<colgroup><col style="width: 25pxpx"><col><col><col><col><col><col><col><col><col><col></colgroup><thead>
</thead><tbody>
</tbody>
From Column A11:D11 is my data - a little further on the right will be a summary of the data. What i want is a formula in I2 & J2 that will sum up Name1 with the total of daycase and ordinary, e.g. we have three names of name1, of which one has a daycase of 11 and the other two are ordinary of the totals 7 & 4... so in J2 the formula will return 11....
Perhaps a sumif statement? Any suggestions?
Thanks
I hope someone will be able to assist me in the below example sheet:
Excel 2007
A | B | C | D | E | F | G | H | I | J | |
---|---|---|---|---|---|---|---|---|---|---|
1 | Month | Name | Type | Total | Daycase | Ordinary | ||||
2 | Jan-12 | name1 | daycase | 11 | Name1 | 11 | 11 | |||
3 | Feb-12 | name1 | ordinary | 4 | Name2 | |||||
4 | Mar-12 | name3 | daycase | 6 | Name3 | |||||
5 | Feb-12 | name4 | daycase | 9 | Name4 | |||||
6 | Feb-12 | name2 | ordinary | 13 | ||||||
7 | Jan-12 | name2 | ordinary | 2 | ||||||
8 | Jan-12 | name3 | ordinary | 4 | ||||||
9 | Jan-12 | name4 | daycase | 6 | ||||||
10 | Mar-12 | name4 | daycase | 5 | ||||||
11 | Mar-12 | name1 | ordinary | 7 | ||||||
12 |
<colgroup><col style="width: 25pxpx"><col><col><col><col><col><col><col><col><col><col></colgroup><thead>
</thead><tbody>
</tbody>
DATA
From Column A11:D11 is my data - a little further on the right will be a summary of the data. What i want is a formula in I2 & J2 that will sum up Name1 with the total of daycase and ordinary, e.g. we have three names of name1, of which one has a daycase of 11 and the other two are ordinary of the totals 7 & 4... so in J2 the formula will return 11....
Perhaps a sumif statement? Any suggestions?
Thanks