Having a bit of trouble counting items on the following example:

A B
1 Apples Pears Bananas Green
2 Peaches Apples Grapes Yellow
3 Pears Oranges Tomato Green
4 Corn Squash Apples Green

I'd like to use a formula to count how many cells in column A contain
"Apples", while at the same time column B contains "Green"

I can do a conditional sum to find out how many cells in column A
contain "Apples Pears Bananas" and column B "Green", but can anyone tell
me how to look for just the one word within a cell, when the word
position could be anywhere within the cell, and conditionally sum it
with column B?

Many thanks in advance!