Basic Sort Question

hudsonhacker

New Member
Joined
Mar 10, 2011
Messages
6
I am new here, and my excel skills are basic, so please bear with me.

I am doing an analysis that outputs a range that is 2 columns wide by 4 rows, let's call them:

Name Seed
Team 1 9
Team 4 3
Team 6 8
Team 8 1

I then need to sort the above range based on the seed value, but how do I do that if the analysis keeps providing different info to sort?

Basically, I now need to populate another range based on sorting the above range, so my new range would look like:

Name Seed
Team 8 1
Team 4 3
Team 6 8
Team 1 9

Simple to do, but how do I do it so that every time I change my input data, it resorts my output data?

Never used a macro or VBA. Guess I would need to write a fairly long IF Statement?????

Please keep it simple, I have not used complex excel in a LOOOOONNNNNNGGGG time.


Thanks
 

Excel Facts

Return population for a City
If you have a list of cities in A2:A100, use Data, Geography. Then =A2.Population and copy down.

Forum statistics

Threads
1,224,522
Messages
6,179,299
Members
452,904
Latest member
CodeMasterX

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