+ Reply to Thread
Results 1 to 6 of 6

percentile value when input changes

  1. #1
    Registered User
    Join Date
    03-13-2007
    Posts
    29

    percentile value when input changes

    Hi
    In the attached sheet I have two inputs and I'd like calculate the percentile value for a range of data, copy the values in that range before moving to the next set of data.

    Is there a formula to help me do this please?
    Attached Files Attached Files

  2. #2
    Forum Contributor
    Join Date
    03-13-2005
    Posts
    6,195
    Quote Originally Posted by alanyaber
    Hi
    In the attached sheet I have two inputs and I'd like calculate the percentile value for a range of data, copy the values in that range before moving to the next set of data.

    Is there a formula to help me do this please?
    Hi,

    try

    =PERCENTILE(IF(A$5:A$65536=A5,B$5:B$65536),0.85)

    and formula fill that as required

    note, this is an array formula and requires CTRL/Shift/Enter (not just simple Enter)

    yoiu might like to add

    =IF(A5="","",PERCENTILE(IF(A$5:A$65536=A5,B$5:B$65536),0.85))

    hth
    ---
    Last edited by Bryan Hessey; 05-12-2007 at 04:00 AM.
    Si fractum non sit, noli id reficere.

  3. #3
    Registered User
    Join Date
    03-13-2007
    Posts
    29
    You are simply a genius-----thank you so much

  4. #4
    Forum Contributor
    Join Date
    03-13-2005
    Posts
    6,195
    Quote Originally Posted by alanyaber
    You are simply a genius-----thank you so much
    would that I were, but good to see that it works for you, and thanks for the response.

    ---

  5. #5
    Registered User
    Join Date
    03-13-2007
    Posts
    29
    Okay--- this is taking long time to process the data..is this normal??

  6. #6
    Forum Contributor
    Join Date
    03-13-2005
    Posts
    6,195
    Quote Originally Posted by alanyaber
    Okay--- this is taking long time to process the data..is this normal??
    I guess that would depend upon what you meant by 'processs the data' and how much data you have.

    for a 10,000 row set a couple of seconds or so.

    What bit of 'process the data' are you referring to?

    ---

+ 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