Percentile function using a cell reference for the array

W

wdhluck

The Excel help says that the percentile function will not work unless the
array is a constant. "Make sure the array constant is not a cell reference,
formula, or function." I am calculating the array address in a separate
cell, such as A2:A7, and would like to find a way to reference that address
within the Percentile function. Any ideas or compound text expressions would
be appreciated.
 
P

Pete_UK

Suppose your data values are in A2:A7, and that B1 contains the text
A2:A7. You can use this formula:

=PERCENTILE(INDIRECT(B1),0,25)

for example, and it will work on the data within A2:A7.

Hope this helps.

Pete
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top