D
Doug Suerich
I have a list of 20 numbers, stored in the range A1:A20
I would like to apply a special format to the 10 largest numbers in
the list, but _exactly_ 10 numbers. So if there are two numbers tied
for the 10th largest, only one will receive the special formatting.
I'm indifferent as to which of the two is formatted.
Except for the duplicates problem, I can do this easily by setting a
conditional format for when the cell value is >= LARGE($A$1:$A$20,10).
By tweaking that slightly, I can either get all values equal to the
tenth largest to highlight, or none of them. I've been unable to get
just one highlighted.
Any ideas? Does anyone know if you can insert an array formula into
the conditional format? I've tried, but it doesn't appear to work.
Thanks in advance,
Doug
I would like to apply a special format to the 10 largest numbers in
the list, but _exactly_ 10 numbers. So if there are two numbers tied
for the 10th largest, only one will receive the special formatting.
I'm indifferent as to which of the two is formatted.
Except for the duplicates problem, I can do this easily by setting a
conditional format for when the cell value is >= LARGE($A$1:$A$20,10).
By tweaking that slightly, I can either get all values equal to the
tenth largest to highlight, or none of them. I've been unable to get
just one highlighted.
Any ideas? Does anyone know if you can insert an array formula into
the conditional format? I've tried, but it doesn't appear to work.
Thanks in advance,
Doug