+ Reply to Thread
Results 1 to 5 of 5

How to find the top 5% observations

Hybrid View

Guest How to find the top 5%... 06-26-2006, 02:15 PM
Guest RE: How to find the top 5%... 06-26-2006, 02:50 PM
Guest RE: How to find the top 5%... 06-26-2006, 03:10 PM
Guest RE: How to find the top 5%... 06-26-2006, 03:10 PM
Guest RE: How to find the top 5%... 06-26-2006, 03:25 PM
  1. #1
    Bin
    Guest

    How to find the top 5% observations

    Hi,
    I have an array of data, and would like to chop off the top 5% and the
    bottom 5% observations. How can I do this?
    thank you very much

  2. #2
    Ron Coderre
    Guest

    RE: How to find the top 5% observations

    You want to "chop off the top 5% and the bottom 5%"?

    I'm not quite sure what you mean by "chop off".

    Delete them from the list?
    Filter them out?
    Perform a calculation on the list, but excluding the top/bottom 5%?
    or something else?

    ***********
    Regards,
    Ron

    XL2002, WinXP


    "Bin" wrote:

    > Hi,
    > I have an array of data, and would like to chop off the top 5% and the
    > bottom 5% observations. How can I do this?
    > thank you very much


  3. #3
    Bin
    Guest

    RE: How to find the top 5% observations

    sorry for the confusion.
    I want to find the cut-off point and delete the observations above the
    point(top 5%) and below the point (bottom 5%)
    thank you

    "Ron Coderre" wrote:

    > You want to "chop off the top 5% and the bottom 5%"?
    >
    > I'm not quite sure what you mean by "chop off".
    >
    > Delete them from the list?
    > Filter them out?
    > Perform a calculation on the list, but excluding the top/bottom 5%?
    > or something else?
    >
    > ***********
    > Regards,
    > Ron
    >
    > XL2002, WinXP
    >
    >
    > "Bin" wrote:
    >
    > > Hi,
    > > I have an array of data, and would like to chop off the top 5% and the
    > > bottom 5% observations. How can I do this?
    > > thank you very much


  4. #4
    Gary''s Student
    Guest

    RE: How to find the top 5% observations

    Use Autofilter:

    Let's say we have a header cell in A1 and data from A2 on down.
    Sort this data.
    In B1 and C1 put header information
    in B2 put
    =ROW() and copy down
    in C2 put
    =B2/MAX(B:B) and copy down

    Then in C1 switch-on Autofilter and select Custom:
    Greater than .05
    and
    Less than .95

    The top 5% and bottom 5% should be filtered out.
    --
    Gary''s Student


    "Bin" wrote:

    > Hi,
    > I have an array of data, and would like to chop off the top 5% and the
    > bottom 5% observations. How can I do this?
    > thank you very much


  5. #5
    Bin
    Guest

    RE: How to find the top 5% observations

    this works
    thanks a lot

    "Gary''s Student" wrote:

    > Use Autofilter:
    >
    > Let's say we have a header cell in A1 and data from A2 on down.
    > Sort this data.
    > In B1 and C1 put header information
    > in B2 put
    > =ROW() and copy down
    > in C2 put
    > =B2/MAX(B:B) and copy down
    >
    > Then in C1 switch-on Autofilter and select Custom:
    > Greater than .05
    > and
    > Less than .95
    >
    > The top 5% and bottom 5% should be filtered out.
    > --
    > Gary''s Student
    >
    >
    > "Bin" wrote:
    >
    > > Hi,
    > > I have an array of data, and would like to chop off the top 5% and the
    > > bottom 5% observations. How can I do this?
    > > thank you very much


+ 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