+ Reply to Thread
Results 1 to 12 of 12

count simlilar values

  1. #1
    Forum Contributor
    Join Date
    09-19-2007
    Location
    Beirut
    MS-Off Ver
    0365 MSO Version 2109
    Posts
    207

    count simlilar values

    dear all,

    I got in A about 900 different names which are repeated randomly. i am trying to create a summary to show
    each name how many times it appeared , is there an easy way instead of counting each name in a cell

    thanks for any help

  2. #2
    Forum Expert Fotis1991's Avatar
    Join Date
    10-11-2011
    Location
    Athens(The homeland of the Democracy!). Greece
    MS-Off Ver
    Excel 1997!&2003 & 2007&2010
    Posts
    13,744

    Re: count simlilar values

    Hi

    ...is there an easy way instead of counting each name in a cell
    What you mean?
    Regards

    Fotis.

    -This is my Greek whisper to Europe.

    --Remember, saying thanks only takes a second or two. Click the little star * below, to give some Rep if you think an answer deserves it.

    Advanced Excel Techniques: http://excelxor.com/

    --KISS(Keep it simple Stupid)

    --Bring them back.

    ---See about Acropolis of Athens.

    --Visit Greece.

  3. #3
    Forum Contributor
    Join Date
    09-19-2007
    Location
    Beirut
    MS-Off Ver
    0365 MSO Version 2109
    Posts
    207

    Re: count simlilar values

    Quote Originally Posted by Fotis1991 View Post
    Hi



    What you mean?

    a formula maybe to count how many times a name appeared !! not manually ...you know !

  4. #4
    Forum Moderator vlady's Avatar
    Join Date
    09-22-2011
    Location
    Philippines - OLSHCO -Guimba-Nueva Ecija
    MS-Off Ver
    2021
    Posts
    4,361

    Re: count simlilar values

    maybe like this
    A1 = "Smith" the name to search and count

    =IFERROR(SUMPRODUCT(LEN(A2:E900)-LEN(SUBSTITUTE(UPPER(A2:E900),UPPER(A1),"")))/LEN(A1),"")
    I think people forget the word "THANK YOU!!!!" Do you still know it???

    There is a little star ( ADD REPUTATION ) below those person who helped you. Click it to say your "PRIVATE APPRECIATION TO THEIR EFFORT ON THEIR CONTRIBUTIONS "

    Regards,
    Vladimir

  5. #5
    Forum Expert Fotis1991's Avatar
    Join Date
    10-11-2011
    Location
    Athens(The homeland of the Democracy!). Greece
    MS-Off Ver
    Excel 1997!&2003 & 2007&2010
    Posts
    13,744

    Re: count simlilar values

    So. not manually, you mean this.

    =COUNTIF(A:A,"Fotis")

    OR
    =COUNTIF(A:A;a1)

  6. #6
    Forum Contributor
    Join Date
    09-19-2007
    Location
    Beirut
    MS-Off Ver
    0365 MSO Version 2109
    Posts
    207

    Re: count simlilar values

    i attached sample file since non of formulas worked so far

    so i just need in "H" the name and in "I" number of times it was repeated.

    thanks for your help
    Attached Files Attached Files

  7. #7
    Forum Moderator zbor's Avatar
    Join Date
    02-10-2009
    Location
    Croatia
    MS-Off Ver
    365 ProPlus
    Posts
    15,608

    Re: count simlilar values

    So why Fotis solution doesn't work for you??

    =COUNTIF($E$3:$E$1000,$H3)

  8. #8
    Forum Expert Kevin UK's Avatar
    Join Date
    12-07-2010
    Location
    Radstock, Somerset
    MS-Off Ver
    365
    Posts
    1,922

    Re: count simlilar values

    Hi legolas

    COUNTIF function entered into I3:I19

    test1.xlsx
    Last edited by Kevin UK; 06-21-2012 at 06:33 AM.

  9. #9
    Forum Contributor
    Join Date
    09-19-2007
    Location
    Beirut
    MS-Off Ver
    0365 MSO Version 2109
    Posts
    207

    Re: count simlilar values

    Quote Originally Posted by Kevin UK View Post
    Hi legolas

    COUNTIF funcyion entered into I3:I19

    Attachment 163309

    works , thank you

  10. #10
    Forum Expert Fotis1991's Avatar
    Join Date
    10-11-2011
    Location
    Athens(The homeland of the Democracy!). Greece
    MS-Off Ver
    Excel 1997!&2003 & 2007&2010
    Posts
    13,744

    Re: count simlilar values

    @ Zbor

    So your formula, does not work!

  11. #11
    Forum Moderator zbor's Avatar
    Join Date
    02-10-2009
    Location
    Croatia
    MS-Off Ver
    365 ProPlus
    Posts
    15,608

    Re: count simlilar values

    Probably because I didn't unmerged users cells

  12. #12
    Registered User
    Join Date
    06-21-2011
    Location
    Dhaka
    MS-Off Ver
    Excel 2003, 2007
    Posts
    20

    Re: count simlilar values

    You can use COUNTIF() function, SUMPRODUCT() function or PIVOT TABLE for solving this porblem

+ 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