Formula to arrange rows in numerical order.

MrsFrankieH

Active Member
Joined
Mar 25, 2011
Messages
323
Office Version
  1. 365
Platform
  1. Windows
318303442
4563141
2426364041
1719273337
19263036
1819252632
11173035
37

<colgroup><col span="5"></colgroup><tbody>
</tbody>

19263036
318303442
4563141
1117303537
1719273337
1819252632
2426364041

<colgroup><col span="5"></colgroup><tbody>
</tbody>

Hello Everyone!!

My computer is Dell and operating system is 10.

Can someone please help me with a formula to automatically arrange rows of numbers in numerical order? The top sets of numbers are how they look originally. The bottom sets are how I'd like them to look.

Thank you in advance. :)

Frankie x
 

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.
Re: Help with formula to arrange rows in numerical order.

Hello Frankie,

I'm assuming that the numbers are in Columns A:E starting in Row2 with headings in Row1 and that you are sorting on Column A values. If so, try this code:-

Code:
Sub SortIt()

Sheet1.Range("A2", Sheet1.Range("E" & Sheet1.Rows.Count).End(xlUp)).Sort Sheet1.[A2], 1

End Sub

Change the sheet references to suit yourself.

I hope that this helps.

Cheerio,
vcoolio.
 
Upvote 0
Re: Help with formula to arrange rows in numerical order.

Why not just use the inbuilt sort facility?
Just select your data & sort on the first column
 
Upvote 0
Re: Help with formula to arrange rows in numerical order.

Hello Vcoolio!!

First, thank you so much for the code. Unfortunately my aptitude isn't up to snuff for the code. Would you have a formula I can use? Thank you again!
Blessings.... <3
 
Upvote 0
Re: Help with formula to arrange rows in numerical order.

As Fluff said why not use inbuilt sort facility. (Excel - Data tab - Sort option). Thank you
 
Upvote 0
Re: Help with formula to arrange rows in numerical order.

Hello Fluff!
Thank you so much for your response. I did try the built in function, but unfortunately, it didn't produce the results I'm looking for.
Also, I had to post the examples one above the other. In an ideal scenerio, they would be side by side (horizonally).

Would you have a formula that can help?? Thanks again. Blessings! <3
 
Upvote 0
Re: Help with formula to arrange rows in numerical order.

Hello Sam! :)
As I told Fluff, I wasn't getting the reults I needed using the built in function.

Thank you so much for the comment. I really appreciate it. :)
 
Upvote 0
Re: Help with formula to arrange rows in numerical order.

Kindly dont say that, that is the easiest and safest way of sorting in excel without messing up your data.

Could you please explain us - how did you try doing it
 
Upvote 0
Re: Help with formula to arrange rows in numerical order.

@MrsFrankieH
In your original sample data, the 2nd column contains two numbers the same (19). Therefore I assume that is also possible with the first, or any other, column.
If that is possible, can you please post the expected result for this set of data, with any further clarification?
I have highlighted green where some rows have columns of equal values.

Excel Workbook
ABCDE
1318303442
21719273337
3318263036
41819252632
5318303437
Sort rows
 
Upvote 0
Re: Help with formula to arrange rows in numerical order.

Please ignore-
 
Last edited:
Upvote 0

Forum statistics

Threads
1,213,517
Messages
6,114,089
Members
448,548
Latest member
harryls

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