Sort Data

Clemo1

New Member
Joined
Feb 23, 2012
Messages
44
Office Version
  1. 365
Platform
  1. Windows
Hi

I have a range of data (which will grow a lot larger than what is shown).
I would like to know how to sort the data and name together from largest to smallest.

Anyone help?

Thanks.
MetresName
24Bob
54Steve
78Dan
56Clive
98Peter
43James
 

Excel Facts

Select a hidden cell
Somehide hide payroll data in column G? Press F5. Type G1. Enter. Look in formula bar while you arrow down through G.
What version of Excel are you using?

I suggest that you update your Account details (or click your user name at the top right of the forum) so helpers always know what Excel version(s) & platform(s) you are using as the best solution often varies by version. (Don’t forget to scroll down & ‘Save’)
 
Upvote 0
select the area and use SORT in the menu - largest to smallest
and THEN BY - name, so if multiple names have the same value - they will appear alphabetically
 
Upvote 0
What version of Excel are you using?

I suggest that you update your Account details (or click your user name at the top right of the forum) so helpers always know what Excel version(s) & platform(s) you are using as the best solution often varies by version. (Don’t forget to scroll down & ‘Save’)
Done(y)
 
Upvote 0
Thanks for that. (y)
How about
Fluff.xlsm
ABCDE
1MetresNameMetresName
224Bob98Peter
354Steve78Dan
478Dan56Clive
556Clive54Steve
698Peter43James
743James24Bob
8
Sheet6
Cell Formulas
RangeFormula
D1:E7D1=VSTACK(A1:B1,SORT(FILTER(A2:B100,A2:A100<>""),1,-1))
Dynamic array formulas.
 
Upvote 0
Solution
Upvote 0
Thanks for that. (y)
How about
Fluff.xlsm
ABCDE
1MetresNameMetresName
224Bob98Peter
354Steve78Dan
478Dan56Clive
556Clive54Steve
698Peter43James
743James24Bob
8
Sheet6
Cell Formulas
RangeFormula
D1:E7D1=VSTACK(A1:B1,SORT(FILTER(A2:B100,A2:A100<>""),1,-1))
Dynamic array formulas.
Perfect, Thank you.
 
Upvote 0
Glad we could help & thanks for the feedback.
 
Upvote 0

Forum statistics

Threads
1,216,558
Messages
6,131,391
Members
449,648
Latest member
Old Crow

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