ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Sorting Odd & Even Numbers In Excel (https://www.excelbanter.com/excel-programming/271128-sorting-odd-even-numbers-excel.html)

Alan_NewsGroup

Sorting Odd & Even Numbers In Excel
 
I was wondering if there was a way to sort odd & even numbers in Excel.
We have large spreadsheets of local street addresses that we would like
excel to sort all the even addresses & lump them all together & sort all
the odd street addresses & lump them all together. Is there a little
Macro that will do this for us. Any help would be greatly appreciated.

Thank You...Alan


Ken Wright

Sorting Odd & Even Numbers In Excel
 
Assuming your house numbers are in a column by themselves in say Col B, and that you have a spare
column A (Just insert a column if not, or use a blank one to the right of the data).

With your first record in B2, in cell A2 put =ISODD(A2) and copy down, and you will now have a
series of TRUE / FALSE statements in Col A. Now just select ALL the data columns, and sort on Col
A, which will list all even number addresses first and then ODD. Then just delete it when you are
done.

--
Regards
Ken....................... Microsoft MVP - Excel
Sys Spec - Win XP Pro / XL2K & XLXP

----------------------------------------------------------------------------
There's no 'I' in 'Team'
----------------------------------------------------------------------------



"Alan_NewsGroup" wrote in message
...
I was wondering if there was a way to sort odd & even numbers in Excel.
We have large spreadsheets of local street addresses that we would like
excel to sort all the even addresses & lump them all together & sort all
the odd street addresses & lump them all together. Is there a little
Macro that will do this for us. Any help would be greatly appreciated.

Thank You...Alan




Patrick Molloy[_3_]

Sorting Odd & Even Numbers In Excel
 
why not add a column and use MOD 2 to get 0's for even
and 1 for odd numbers. Then sort bu this column.

Patrick Molloy
Microsoft Excel MVP

-----Original Message-----
I was wondering if there was a way to sort odd & even

numbers in Excel.
We have large spreadsheets of local street addresses

that we would like
excel to sort all the even addresses & lump them all

together & sort all
the odd street addresses & lump them all together. Is

there a little
Macro that will do this for us. Any help would be

greatly appreciated.

Thank You...Alan

.



All times are GMT +1. The time now is 11:59 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com