+ Reply to Thread
Results 1 to 2 of 2

most common number

  1. #1
    Jeff
    Guest

    most common number

    I have created a sheet that reports incidents in my work place, I need
    to be able to report if a particular number ( employee indentified by
    number) occurs more than once in column and identify "top ten" as in
    frequency to another column or sheet.
    Thanks in advance
    Jeff..

  2. #2
    Bob Phillips
    Guest

    Re: most common number

    Here is a formula that Harlan Grove posted a while back

    =INDEX(RNG,MATCH(LARGE(FREQUENCY(RNG,RNG)
    +(1-ROW(INDIRECT("1:"&(ROWS(RNG)+1)))/(ROWS(RNG)+1)),ROW()),
    FREQUENCY(RNG,RNG)
    +(1-ROW(INDIRECT("1:"&(ROWS(RNG)+1)))/(ROWS(RNG)+1)),0))

    which is an array formula, it should be committed with Ctrl-Shift-Enter, not
    just Enter, and copy down

    --

    HTH

    Bob Phillips

    (remove nothere from the email address if mailing direct)

    "Jeff" <[email protected]> wrote in message
    news:#[email protected]...
    > I have created a sheet that reports incidents in my work place, I need
    > to be able to report if a particular number ( employee indentified by
    > number) occurs more than once in column and identify "top ten" as in
    > frequency to another column or sheet.
    > Thanks in advance
    > Jeff..




+ 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