K
Keith R
I am using an array formula to pull a range of values off of Sheet1.
The values represent a continuous measure, in this case, minutes.
I'd like to know what value is "closest" to the 80% mark, meaning, that 80%
of the cases took N minutes or less.
I know I can do this by pulling all values to a new worksheet, sorting
them, counting how many values exist, multiplying by .8, and then finding
the row that corresponds. What I'd _like_ to do is calculate it all in one
cell, without that manual copy/sorting work and without extra VBA.
Does anyone know how I can do this with formulas? Preferable with formulas
that will work under the full range of Office XP down to Office97?
tia,
Keith
The values represent a continuous measure, in this case, minutes.
I'd like to know what value is "closest" to the 80% mark, meaning, that 80%
of the cases took N minutes or less.
I know I can do this by pulling all values to a new worksheet, sorting
them, counting how many values exist, multiplying by .8, and then finding
the row that corresponds. What I'd _like_ to do is calculate it all in one
cell, without that manual copy/sorting work and without extra VBA.
Does anyone know how I can do this with formulas? Preferable with formulas
that will work under the full range of Office XP down to Office97?
tia,
Keith