View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
Richard
 
Posts: n/a
Default frequency of occurance of all words in 2-D array

I have 2D array (size 100 x 50,000) of single-word text values (all single
words).

First, I need to determine all unique words contained in this 2-D array.
Then I need to count the number of times each word is found in the 2-D array.
--
Richard