Need formula to find top 3 value from large number of data

Status
Not open for further replies.

emran06

New Member
Joined
Mar 13, 2011
Messages
27
Dear Experts,
I am facing problem to make summary sheet of top 3 value from large number of value of my excel sheet like-
Sheet1

A
Group
B
Name
C
Value
1Nashid200145
2Kashem188516
1Jabed184198
2Rubel172569
3Romel168251
1Eman156622
2Hasin152304
3Nasim136357
3Hasan120410
2Monem104463
1Rashed88516
3Nizam72569

<tbody>
</tbody>


Now I want to make summary in sheet2 top 5 value among the list of sheet1 separately from group 1, 2 & 3.
If group number is 1 in sheet1 then top 3 value will be like this-
Group1
NameValue
Nashid200145
Jabed184198
Eman156622

<tbody>
</tbody>


If group number is 2 in sheet1 then top 3 value will be like this-
Group2
NameValue
Rubel172569
Hasin152304
Monem104463

<tbody>
</tbody>


If group number is 3 in sheet1 then top 3 value will be like this-
NameValue
Romel168251
Nasim136357
Hasan120410

<tbody>
</tbody>


Please help me if anyone know the formula. Thank you in advance for your help.

Best Regards

Emran
 

Excel Facts

Show numbers in thousands?
Use a custom number format of #,##0,K. Each comma after the final 0 will divide the displayed number by another thousand
Status
Not open for further replies.

Forum statistics

Threads
1,216,098
Messages
6,128,812
Members
449,468
Latest member
AGreen17

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top