Search : in
By :

Simple Excel Question (I think)

Last answer on Nov 5, 2009 2:45:22 pm GMT ruh-roh, on Nov 3, 2009 9:35:56 pm GMT 
 Report this message to moderators

Hello,
I am putting together an XL sheet and would like to find the MAX value in a column of numbers, then return the contents of the cell next to it. For example, out of 10 test scores (cells B1 through B10), I would like to first identify the highest score, then look in Column A for the name of the student the high score belongs to, then display the student's name in cell C1. Any suggestions on how to accomplish this would be very much appreciated. Thanks!

Configuration: Windows XP Internet Explorer 7.0

Best answers for « Simple Excel Question (I think) » in :
Spreadsheets - The Excel Interface Show Excel Introduction Microsoft Excel is the spreadsheet in the Microsoft Office office suite. To start it, simply click on the appropriate icon in the Start menu (in Windows) or click on an Excel file (that has an .xls file extension). A Excel...
[Excel] Adding a fixed date in a cell Show[Excel] Adding a fixed date in a cell If you want to insert the current date in a cell in following format DD /MM/YYYY, and that it remains unchanged, without being updated each time the file is opened. Simply type "ctrl" + ";" in the...
Quickly create a simple holiday schedule ShowQuickly create a simple holiday schedule Here's a simple tip on how creating an Holiday schedule. A1: Enter Leaves 2008 A2: Enter Name Firstname Ax A3: Enter the names of people to handle x B1: Enter 01/05/08; Format /...
How to convert Excel into PDF? ShowHow to convert Excel into PDF? Here is a small tips about how to convert your excel files into PDF for your presentation. Step 1 PDF995 is software that gets installed on your computer which enables you to print any sources of document to...
Download DBF to Excel Converter ShowDescription The application is designed by WhiteTown Software. DBF to Excel is a tool that allows you to convert your file easily. Simple and easy to use, the application has been awarded from various places. Offering an intuitive interface, the...

1

venkat1926, on Nov 5, 2009 11:17:03 am GMT

=INDIRECT("A"&MATCH(MAX(B1:B10),B1:B10,0))

if necessary modify the macro

Reply to venkat1926

2

 ruh-roh, on Nov 5, 2009 1:32:05 pm GMT

Sweet! Thnaks very much -- this really helps out!

Reply to ruh-roh