Hi,
I have a subtable, in which it has a multiple selection field (A3). I would like to count the number of selection “Apple” in the subtable. I’ve tried the formula : COUNTIF(A3, ‘APPLE’) but it only calculates entries with only “Apple” selected, if I have both “Apple” and “Banana” selected, it doesnt counts. I’ve also tried added wildcards around the word like “Apple”, and also tried using A3.RAW, but all those doesnt work. Any ideas?
For example the subtable looks like this:
No | Name | Fruit
1 | Lisa | Apple, Banana
2 | John | Cucumber
3 | Amy | Apple
4 | Ben | Cucumber, banana
5 | Charlie | Apple. Pear
And I would like a formula to show [Apple : 3], in the example subtable above.
Thanks in advance