Highest value cell and ajacent cells

G

Gilbo

Hi,

What I want to do is find the top 3 highest scores with
(Large(P3:p95,row(A1)) and then get the ajacent values from row (O) and row
(R)
 
M

Mike H

Hi,

Use this and drag down

=INDEX($O$3:$O$95,MATCH(LARGE($P$3:$P$95,ROW(A1)),$P$3:$P$95,0))

Mike
 
M

Mike H

OOps,

Missed the one for column R

=VLOOKUP(LARGE($P$3:$P$95,ROW(A1)),$P$3:$R$95,3,FALSE)

Once again drag down

Mike
 

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