+ Reply to Thread
Results 1 to 8 of 8

How would one create a single list of #'s (array) from multiple lists (arrays)?

  1. #1
    Registered User
    Join Date
    01-08-2013
    Location
    Brisbane
    MS-Off Ver
    Excel 2010
    Posts
    6

    How would one create a single list of #'s (array) from multiple lists (arrays)?

    Situation: I have data in multiple pages and I want to get the 95th percentile of a large array, combining data from each of the pages

    The formula for Percentile requires the syntax as follows: PERCENTILE(ARRAY,k) where ARRAY is a continuous list, and K is a value between 0 and 1.
    Here is the formula I tried:

    Formula: copy to clipboard
    Please Login or Register  to view this content.


    In the formula above, the italicized array contains multiple arrays within the list.

    The problem: Excel cannot read past the first comma, thus, Excel is interpreting the multi-component array as:

    PERCENTILE('sheet1'!AG4:AG119,(not k) blah blah blah blah….) and obviously returning an error.


    This didn't work:

    Formula: copy to clipboard
    Please Login or Register  to view this content.


    Can anyone provide some light as to how to enter multiple arrays as a single array (where a comma separates the operators)?
    Last edited by Rstrand; 01-08-2013 at 07:19 PM. Reason: appropriate formatting

  2. #2
    Registered User
    Join Date
    01-01-2013
    Location
    melbourne, Australia
    MS-Off Ver
    Excel 2007
    Posts
    55

    Re: How would one create a single list of #'s (array) from multiple lists (arrays)?

    try using an ampersand rather than commer....."&"
    ?

  3. #3
    Registered User
    Join Date
    01-08-2013
    Location
    Brisbane
    MS-Off Ver
    Excel 2010
    Posts
    6

    Re: How would one create a single list of #'s (array) from multiple lists (arrays)?

    tried ampersand and returns #VALUE

    Thanks for that.

    It's not "SOLVED" But I'm not to try some error checks.

  4. #4
    Registered User
    Join Date
    01-08-2013
    Location
    Brisbane
    MS-Off Ver
    Excel 2010
    Posts
    6

    Re: How would one create a single list of #'s (array) from multiple lists (arrays)?

    tried ampersand and returns #VALUE

    Thanks for the suggestion, but this doesn't solve it.

    I tried to reduce the number of terms, ie. go down to one ampersand, but still returns #VALUE.

    Then I checked each term individually and all compute, so the ampersand doesn't work.

    I'm going to try segregating each term and combine them with an ampersand..

    I was expecting a very simple solution, but it doesn't appear that there is one, which is kinda wierd.

  5. #5
    Banned User!
    Join Date
    10-14-2006
    Posts
    1,211

    Re: How would one create a single list of #'s (array) from multiple lists (arrays)?

    Create a blank "Start" sheet, and a blank "End" sheet. The "Start" sheet is far left, and "End" sheet is far right. Just like sandwich. If you don't want to see start and end sheet just hide them.


    =PERCENTILE(Start:End!AG4:AG200,0.95)
    Last edited by Teethless mama; 01-08-2013 at 07:03 PM.

  6. #6
    Registered User
    Join Date
    01-08-2013
    Location
    Brisbane
    MS-Off Ver
    Excel 2010
    Posts
    6

    Re: How would one create a single list of #'s (array) from multiple lists (arrays)?

    Or alternately, in this case I could replace Start with sheet1 and End with sheet4 ?

  7. #7
    Registered User
    Join Date
    01-08-2013
    Location
    Brisbane
    MS-Off Ver
    Excel 2010
    Posts
    6

    Re: How would one create a single list of #'s (array) from multiple lists (arrays)?

    Thanks Teethless.

    SOLVED!

    Side note on this:

    The data is required to be in the same position on all sheets, and, if you wanted to neglect any part of the data this formula would not work.

  8. #8
    Banned User!
    Join Date
    10-14-2006
    Posts
    1,211

    Re: How would one create a single list of #'s (array) from multiple lists (arrays)?

    You're Welcome!

+ 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