How do I do that?
Counting in Excel is done using COUNTIF formula. If you want to count the repeating words in a CELL range please use this formula:
=COUNTIF(A1:A2000,"WORD")
Type this formula in cell A2001 and replace WORD with the one you want to count for.
Use the following formula in the cell A2001:
=COUNTIF(A1:A2000,"XX")
Replace XX with the word you want the count for.