Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default Referencing text of a cell next to the greatest value in column

I have two columns, one with a list of names and one with a list of scores.
On a different worksheet, I use the Max function to determine the highest
value in the column of scores. Next to that cell, I want to reference the
name next to whomever has the highest score. Does anyone have a simple
function to select the correct name?
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,440
Default Referencing text of a cell next to the greatest value in column

=INDEX(Sheet1!A1:A6,MATCH(MAX(Sheet1!B1:B6),Sheet1 !B1:B6,0))

In this example A1:B6, adapt to tour needs.

--
Kind regards,

Niek Otten
Microsoft MVP - Excel

"Jrbuman" wrote in message ...
|I have two columns, one with a list of names and one with a list of scores.
| On a different worksheet, I use the Max function to determine the highest
| value in the column of scores. Next to that cell, I want to reference the
| name next to whomever has the highest score. Does anyone have a simple
| function to select the correct name?


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
Referencing last populated cell in a column flint Excel Worksheet Functions 2 April 28th 07 09:21 AM
Select 50 greatest values with column matching [email protected] Excel Discussion (Misc queries) 2 November 24th 06 09:14 AM
Referencing cell text in a lookup Rich Excel Discussion (Misc queries) 4 September 20th 06 08:29 PM
Listing variable names for 3 greatest values in a column? Lindsay Excel Worksheet Functions 3 July 24th 06 09:30 PM
compare a list of data and have it listed from least to greatest in another column dominix New Users to Excel 2 September 23rd 05 12:40 PM


All times are GMT +1. The time now is 03:49 AM.

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"