+ Reply to Thread
Results 1 to 3 of 3

repetitive

  1. #1
    Repetitive formula
    Guest

    repetitive

    Hi, anybody can help me to create formula for this case.
    Sample Data
    1. ABC
    2. AAA
    3. ABC
    4. 555
    5. AAA
    6. ABC

    How to count the data turn up more than one
    answer for this case : 2 data
    (ABC = 3times, AAA=2times)

  2. #2
    Hany ElKady
    Guest

    RE: repetitive

    Hi,

    You will use a simple combination of countif() formulas to accomplish this.

    Basically, next to each cell you would do a countif(range, cell); then at
    the bottom fo the new list you would do a countd(original range) -
    countif(new range, ">1"

    Regards,
    Hany

    "Repetitive formula" wrote:

    > Hi, anybody can help me to create formula for this case.
    > Sample Data
    > 1. ABC
    > 2. AAA
    > 3. ABC
    > 4. 555
    > 5. AAA
    > 6. ABC
    >
    > How to count the data turn up more than one
    > answer for this case : 2 data
    > (ABC = 3times, AAA=2times)


  3. #3
    Biff
    Guest

    Re: repetitive

    Hi!

    Here's another way:

    Entered as an array using the key combination of CTRL,SHIFT,ENTER:

    =SUM(--(FREQUENCY(IF(A1:A6<>"",MATCH(A1:A6&"",A1:A6&"",0)),MATCH(A1:A6&"",A1:A6&"",0))>1))

    Biff

    "Repetitive formula" <Repetitive formula@discussions.microsoft.com> wrote in
    message news:9CEF58ED-8F27-4F8E-ADB8-3F47F9D7C9F0@microsoft.com...
    > Hi, anybody can help me to create formula for this case.
    > Sample Data
    > 1. ABC
    > 2. AAA
    > 3. ABC
    > 4. 555
    > 5. AAA
    > 6. ABC
    >
    > How to count the data turn up more than one
    > answer for this case : 2 data
    > (ABC = 3times, AAA=2times)




+ 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