Hello,
I would like to build a 'frequency dictionary'.
I have been wondering what would be the best way/algorith to do so.
I know how to read each cell of an excel file. First I want to separate each 'word'. (surrouned by space).
Once every cell has been "scanned" I want to count the occurence of each word.

Not sure what would be the fastest, most logical way.

thanks for input