+ Reply to Thread
Results 1 to 2 of 2

Frequency table

  1. #1
    Registered User
    Join Date
    10-06-2006
    Posts
    3

    Frequency table

    Hi is there anyway to build a frequency table of words in excel?
    I've got about 4,000 to do and would like to build a table of the top few hundred, any help would be much appreciated.

    *Chris

  2. #2
    Forum Contributor
    Join Date
    03-13-2005
    Posts
    6,195
    Quote Originally Posted by Chris_b_84
    Hi is there anyway to build a frequency table of words in excel?
    I've got about 4,000 to do and would like to build a table of the top few hundred, any help would be much appreciated.

    *Chris
    Are the words 1 per cell (row?) - if so you can do a Countif to count each word within the range. You can suppress all but the first answer, and then Rank these counts.

    =Countif(A1:A4000,A1)

    will count all words (1 per cell) in column A, and, to suppress all but the first,

    =If(Countif(A$1:A1,A1)>1,"",Countif(A$1:A$4000,A1))

    should help

    ---
    Si fractum non sit, noli id reficere.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1