Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 10
Default Highest value cell and ajacent cells

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)
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11,501
Default Highest value cell and ajacent cells

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

"Gilbo" wrote:

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)

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11,501
Default Highest value cell and ajacent cells

OOps,

Missed the one for column R

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

Once again drag down

Mike

"Mike H" wrote:

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

"Gilbo" wrote:

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)

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 806
Default Highest value cell and ajacent cells

Hello,

LARGE is no big help if you can have dupe values. I suggest to use a
helper column with a unique rank:
http://sulprobil.com/html/rank.html

A helpful example might be:
http://sulprobil.com/html/sorting.html

Regards,
Bernd
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
highlighting highest value cells ratheesh Excel Discussion (Misc queries) 1 March 8th 08 10:43 AM
Calculate Figures in a column if ajacent column has particular da Shaggy Charts and Charting in Excel 1 August 21st 06 04:43 AM
2 rows, highest No in row 1, then highest number in row 2 relating to that column, possible duplicates John Excel Worksheet Functions 3 August 11th 06 04:34 AM
How do I return the highest value in a range of cells pjs83 Excel Worksheet Functions 5 July 6th 05 09:25 PM
How do I Pick a cell with highest value from a range of cells? Chappy1648 Excel Worksheet Functions 1 May 19th 05 01:55 PM


All times are GMT +1. The time now is 10:10 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"