I need to know how many times a word comes up a column. For example in column "A" I have listed

Apples Pears
Peaches Apples
Apples
Oranges
Peaches

So then what I need is

Column B Column C
Apples 3
Pears 1
Peaches 2
Oranges 1

The order doesn't matter so much as knowing how many times each word was listed in the column.

Thank you for your help!