RANK & INDEX

  • Thread starter Thread starter RaulDR
  • Start date Start date
R

RaulDR

Hi All!

Is the formula below possible? index function should return the range for
the rank function. It gives me #N/A error

=RANK(I5,INDEX(O5:O20,1,1):INDEX(P5:P20,1,1))

Thanks!
 
Hi Bob!

the first index should return the value "I5" the second index should return
"I8"
the rank formula should use the range "I5:I8"

thanks!
 
Try this then

=RANK(I5,INDIRECT(INDEX(O5:O20,1,1)&":"&INDEX(P5:P20,1,1)))
 
I am assuming that O5:O20, P5:P20 are cell references that you want to pick
up? If so, it should work, it does for me.
 
Hi Bob!

My aplologies... It works perpect! thanks! really appreciate it!
 

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

Back
Top