+ Reply to Thread
Results 1 to 3 of 3

Counting occurence of a number

  1. #1
    Registered User
    Join Date
    10-13-2006
    Posts
    2

    Counting occurence of a number

    I have a list of about 200 numbers here ranging from 2-7. I want to count how many times each number appears so that I can put this into a graph, but I don't want to go through the whole thing counting each one individually.

    Is there a quick way to count all of these?

    Thanks.

  2. #2
    Forum Expert
    Join Date
    09-09-2005
    Location
    England
    MS-Off Ver
    2007
    Posts
    1,500
    2 choices slect the data and do a pivot table of the numbers as rows and count of the numbers of values

    or put the number 1 in a215
    2 in a 216 etc

    then in b215 put countif($a$1:$a$200,a215)
    and copy down

    regards

    Dav

  3. #3
    Registered User
    Join Date
    10-13-2006
    Posts
    2
    thanks, i used the countif method and it worked well.

    problem solved!

+ 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