Formula to sort numbers in ascending value into a new column

bobmc

Board Regular
Joined
Mar 13, 2002
Messages
142
Hi...

I have three columns of values that are in no particular order that need to be sorted in ascending order in another column.

Any ideas? Help would be greatly appreciated!

Thanks.

BobMc
 
Old thread, I know, but it's got great pagecount on Google so likely to be found often (helped me today).

Wanted to add to Andrew's solution with the following which saves having the helper row.
=SMALL($A$1:$A$10,ROW())

If you add a few rows before the formula row, you'd get unwanted results...

If you want the sorting in column B, modify it as follows:

=SMALL($A$1:$A$10,ROWS($B$1:B1))
 
Upvote 0

Excel Facts

Get help while writing formula
Click the italics "fx" icon to the left of the formula bar to open the Functions Arguments dialog. Help is displayed for each argument.

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