+ Reply to Thread
Results 1 to 8 of 8

Counting outputting Unique Values

  1. #1
    Registered User
    Join Date
    03-06-2007
    Posts
    6

    Counting outputting Unique Values

    I am looking for a way to do the following:

    I have a list of values

    cat
    dog
    dog
    horse
    dog
    mouse
    cat

    I want to be able, on another sheet, to output the unique values and count the number of times they come up. so on another sheet it would say

    cat 2
    dog 3
    horse 1
    mouse 1

    and if I added values it would add it to the correct area

    Any thoughts??

    Thanks

    Drew

  2. #2
    Registered User
    Join Date
    11-16-2006
    Posts
    80
    Hi,

    to find duplicates try this

    http://www.cpearson.com/excel/duplicat.htm


    To get the number use the COUNTIF function built into excel

    mccreaso

  3. #3
    Forum Expert Carim's Avatar
    Join Date
    04-07-2006
    Posts
    4,070
    Hi,

    What about a simple pivot table ...?
    HTH
    Carim


    Top Excel Links

  4. #4
    Registered User
    Join Date
    03-06-2007
    Posts
    6
    Pivot tables didn't seem to do what I wanted it to do, but maybe i was using it wrong,

    I was able to retrieve the data, and I can count the data, but i'm still missing 2 key parts, I can't seem to get rid of the blanks and I can't seems to move only unique pieces of data

    so if i have

    dog
    cat
    dog
    mouse

    dog

    cat
    mouse
    dog

    I want it to export

    dog 4
    cat 2
    mouse 2

  5. #5
    Registered User
    Join Date
    01-29-2007
    Posts
    92
    Here's my shot at the this. I'm assuming that you've got the counting part done locked down.

    Please Login or Register  to view this content.
    In my sheet, I made the search area a named range called "Wholerange" but you can make this whatever.

    Hope that helps

    B

  6. #6
    Registered User
    Join Date
    03-06-2007
    Posts
    6
    Do you have any other thoughts??
    Is there an easy way to do this?

  7. #7
    Registered User
    Join Date
    03-06-2007
    Posts
    6
    just kidding about my last post, didn't see the one above
    let me check to see if it worked

  8. #8
    Registered User
    Join Date
    03-06-2007
    Posts
    6
    Thanks for the Help I found a solution


    Please Login or Register  to view this content.

+ 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