View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Ken Wright Ken Wright is offline
external usenet poster
 
Posts: 634
Default 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