First, you need to save the doc as a txt-file. Then import this into Excel using the text import wizard - import as delimited file without any delimiters defined (remove the checkmark before "tab"). Import this into column A of Sheet2.
Then, place the list of words in column A in Sheet 1. If the first term to look for is placed in cell A1, you put this in B1 to count the number of times the term is used in the text file:
For fun, let's test how many times a few terms occurs in this political article on cnn.com=COUNTIF(Sheet2!A:A,CONCATENATE("*",A1,"*"))
Update:
No comments:
Post a Comment