I have been given the task of adding to an existing spreadsheet.
The problem I have is I think quite simple but I can't get my head around it.
1 | A | B | C
2 | 100 | 201 | =SUM(A2:A5)
3 | 235 | 203 |
4 | 1,232| 309 |
5 | 1,125| 201a |
At the moment the sheet has the above simple sum in C2 to add column A
Column B holds flags that allow the figures to be collected elsewhere.
My problem is, how do I sum C2 ONLY if there is no "a" in the column B flag.
In other words, in the above sample, add only 100, 235, 1,232 but not 1,125 because its flag has an "a".
Clear as mud?
Kenny F
The problem I have is I think quite simple but I can't get my head around it.
1 | A | B | C
2 | 100 | 201 | =SUM(A2:A5)
3 | 235 | 203 |
4 | 1,232| 309 |
5 | 1,125| 201a |
At the moment the sheet has the above simple sum in C2 to add column A
Column B holds flags that allow the figures to be collected elsewhere.
My problem is, how do I sum C2 ONLY if there is no "a" in the column B flag.
In other words, in the above sample, add only 100, 235, 1,232 but not 1,125 because its flag has an "a".
Clear as mud?
Kenny F