+ Reply to Thread
Results 1 to 5 of 5

Excel 2007 : How to count number of cells doubles?

  1. #1
    Registered User
    Join Date
    09-22-2011
    Location
    Italy
    MS-Off Ver
    Office 2019 (Windows 11 Pro)
    Posts
    47

    How to count number of cells doubles?

    Hello and thank you for any help. I have a problem that I can not solve: imagine to have cells with numeric values ​​to be compared cosiderazione picking them horizontally with the following items in sequence on the lines below: eg. R1: Z1; R1000: Z1000, I wish I was back in the row in question (eg, in the cell side), the number of rows with the same content of the 6 cell values ​​and once you find these correspondences, were no longer taken into account. I hope I was clear and I enclose an example, I searched in the discussions, but I did not find specific posts. Thanks
    immagine.jpg
    Last edited by alpha45; 07-06-2012 at 06:10 AM.

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

    Re: How to count number of cells doubles?

    Try: =COUNTIFS(A:A,A1,B:B,B1,C:C,C1)

    change ; to , if you get error: =COUNTIFS(A:A;A1;B:B;B1;C:C;C1)

  3. #3
    Registered User
    Join Date
    09-22-2011
    Location
    Italy
    MS-Off Ver
    Office 2019 (Windows 11 Pro)
    Posts
    47

    Re: How to count number of cells doubles?

    Quote Originally Posted by zbor View Post
    Try: =COUNTIFS(A:A,A1,B:B,B1,C:C,C1)

    change ; to , if you get error: =COUNTIFS(A:A;A1;B:B;B1;C:C;C1)
    Hello, thanks for the answer
    This code should be placed as a function in Worksheet?
    if I put a function =COUNTIFS(R:R;R1;S:S;S1;T:T;T1) Result: The formula contains unrecognized text: #NOME?

  4. #4
    Forum Expert Pepe Le Mokko's Avatar
    Join Date
    05-14-2009
    Location
    Belgium
    MS-Off Ver
    O365 v 2402
    Posts
    13,446

    Re: How to count number of cells doubles?

    Forse =SOMMA.PIŁ.SE(R:R;R1;S:S;S1;T:T;T1)

  5. #5
    Registered User
    Join Date
    09-22-2011
    Location
    Italy
    MS-Off Ver
    Office 2019 (Windows 11 Pro)
    Posts
    47

    Re: How to count number of cells doubles?

    I solved with this: creates a column of support as the "N" and N1-overs and drag: Codice:
    =CONCATENA(J1;K1;L1)


    In M1 overs and drag:

    Codice:
    =SE(CONTA.SE($N$1:N1;N1)>1;"";CONTA.SE($N$1:$N$1000;N1))

    If the numbers do not repeat do not want them counted, with this change in M1:
    Codice:
    =SE(O(CONTA.SE($N$1:N1;N1)>1;CONTA.SE($N$1:$N$1000;N1)=1);"";CONTA.SE($N$1:$N$1000;N1))
    Grazie

+ 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