Hi all,
If i have 5 names in B column and their marks secured in Ccolumn.
I want to get the name of the person who scored least in D1 and the marks in E1.
Thanks for help!
Hi all,
If i have 5 names in B column and their marks secured in Ccolumn.
I want to get the name of the person who scored least in D1 and the marks in E1.
Thanks for help!
Last edited by sakmsb; 09-06-2013 at 10:32 AM.
=INDEX(B1:B5,MATCH(SMALL(C2:C5,1),C1:C5,0)) for getting name.
=INDEX(C1:C5,MATCH(SMALL(C2:C5,1),C1:C5,0)) for getting marks.
I was able to get it finally....
If that takes care of your original question, please select Thread Tools from the menu link above and mark this thread as SOLVED. Thanks.
_________________
Microsoft MVP 2010 - Excel
Visit: Jerry Beaucaire's Excel Files & Macros
If you've been given good help, use theicon below to give reputation feedback, it is appreciated.
Always put your code between code tags. [CODE] your code here [/CODE]
?None of us is as good as all of us? - Ray Kroc
?Actually, I *am* a rocket scientist.? - JB (little ones count!)
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks