Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default need to display maximum value of corresponding values in excel

Hi,
I have a requirement to display the maximum scored students based on the marks. i can able to display only one student if more than one scored the same marks i want to display there name also.

example

sl.no studentname mark
1 john 90
2 paul 95
3 sam 80
4 michel 95

using this formula =INDEX(B:B,MATCH(MAX(C:C),C:C,0)); i can able to display the value only "paul". i want to display both paul and michel.

Please help us on this.

Thanks in Advance.

---
frmsrcurl: http://msgroups.net/microsoft.public.excel.misc/
  #3   Report Post  
Posted to microsoft.public.excel.misc
Max Max is offline
external usenet poster
 
Posts: 9,221
Default need to display maximum value of corresponding values in excel

A simple non-array, entire col formulas play which can deliver the expected
results
Assume names in B2 down, scores in C2 down (as posted)
In D2: =IF(C2=MAX(C:C),ROW(),"")
Copy D2 down to cover the max expected extent of data in col C, eg down to
D200?

Then in E2:
=IF(ROWS($1:1)COUNT($D:$D),"",INDEX(B:B,SMALL($D: $D,ROWS($1:1))))
Copy E2 across to F2, fill down by the smallest extent enough to cover the
max expected number of ties in the maximum score, say down to F10? Cols E and
F will return all the names & scores which tie with the maximum score, neatly
bunched at the top. Success? hit the YES below
--
Max
Singapore
xde
---
"murali s" wrote:
I have a requirement to display the maximum scored students based on the marks. i can able to display only one student if more than one scored the same marks i want to display there name also.

example

sl.no studentname mark
1 john 90
2 paul 95
3 sam 80
4 michel 95

using this formula =INDEX(B:B,MATCH(MAX(C:C),C:C,0)); i can able to display the value only "paul". i want to display both paul and michel.

Please help us on this.

Thanks in Advance.

---
frmsrcurl: http://msgroups.net/microsoft.public.excel.misc/
.

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
need to display maximum value of corresponding values in excel murali sachi Excel Discussion (Misc queries) 0 December 7th 09 12:38 PM
Display row of the maximum in a list Sungibungi Excel Worksheet Functions 2 July 29th 08 10:23 PM
Display maximum value of matching values in a different column Mally Excel Discussion (Misc queries) 7 July 11th 08 03:17 PM
Hyperlink display text maximum in Excel 2003 CTC Excel Discussion (Misc queries) 2 May 25th 05 07:17 PM
How do I sort for the maximum values in each year in excel? The Wrightster Excel Discussion (Misc queries) 3 February 24th 05 05:43 PM


All times are GMT +1. The time now is 05:43 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"