Computing.Net > Forums > Office Software > Excel formula query

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

Excel formula query

Reply to Message Icon

Name: SarahJ
Date: August 13, 2005 at 06:49:08 Pacific
OS: Windows XP
CPU/Ram: 800mhz
Comment:

I have created a spreadsheet with names in column A and weekly values/scores in each subsequent column. I need to create a formula that will identify the highest scorer of the week by displaying the name that appears in column A. I can identify the highest score using the MAX function but need the formula to display the name of the person. Can anybody help?



Sponsored Link
Ads by Google

Response Number 1
Name: Bryco
Date: August 13, 2005 at 08:55:13 Pacific
Reply:

The easiest way that I can think of is to have your scores to the left of the names.

Use the MAX formula to determine the first highest score and then use VLOOKUP off of that cell to find the corresponding name for that score for that column.
(Note: MAX will only return the single highest score. If two or more have the same high score then MAX will only show the first)

Another way would be to Concatenate the score and name columns (eg. A2&" "&A1=85 Mary) for the full range. Copy and paste special values in place and then sort decending.

The OFFSET function may help if keeping the Names in the leftmost column.

There are more ways to accomplish your task.

HTH
Bryan


0

Response Number 2
Name: Bryco
Date: August 13, 2005 at 10:01:59 Pacific
Reply:

I get it now..You are using MAX to find the high score for the week.

I too am unable to get the name from that.

I sent an email to you with a spreadsheet with a way to do it although it is definately not the easiest way to do it.
See the formulas in columns H and I.

Bryan


0

Response Number 3
Name: SarahJ
Date: August 13, 2005 at 11:14:41 Pacific
Reply:

Thanks for that Bryan it has worked a treat!


0

Response Number 4
Name: Bryco
Date: August 13, 2005 at 12:39:51 Pacific
Reply:

You are welcome.
I am glad I could help.

Bryan


0

Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More







Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Office Software Forum Home


Sponsored links

Ads by Google


Results for: Excel formula query

Using Query In Excel Formula www.computing.net/answers/office/using-query-in-excel-formula/8327.html

Excel Formula Help www.computing.net/answers/office/excel-formula-help/2797.html

Problems with Excel Formulas www.computing.net/answers/office/problems-with-excel-formulas/5502.html