Hi All,
I am trying to count the number of times the word apple appears. I have looked at my formula and cannot find the error.
It keeps showing zero
Any help would be appreciated
Thanks you all
<tbody>
</tbody>
I am trying to count the number of times the word apple appears. I have looked at my formula and cannot find the error.
It keeps showing zero
Any help would be appreciated
Thanks you all
A | B | C | ||
1 | qty |
<colgroup><col width="31"><col width="63"></colgroup><tbody> </tbody> | ||
2 | 2 | apple | ||
3 | 1 | test | ||
4 | 3 | apple | ||
5 | ||||
6 | ||||
7 | qty | name | ||
8 | =DSUM(B1:C5,"name",B7:C8) | ="apple" | ||
9 | ||||
10 | ||||
<tbody>
</tbody>