Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 313
Default Sort by last two numbers

I would like to sort a group of numberic numbers (1234567) by the last two
numbers (i.e. 67) How do I do this?
  #2   Report Post  
Posted to microsoft.public.excel.misc
CLR CLR is offline
external usenet poster
 
Posts: 1,998
Default Sort by last two numbers

If the numbers are in column A, put this in B1 and copy down.

=RIGHT(A!,2)

Then do Copy PasteSPecial values on column B to get rid of the formulas.

Then sort on column B

Or, if you don't have the time, space or patience to do that and need to do
this sorting frequently, perhaps Jim Cone's fine commercial Add-in called
"SpecialSort" would do for you. It's available at:
http://www.realezsites.com/bus/primi...e/products.php

Vaya con Dios,
Chuck, CABGx3


"Tony" wrote:

I would like to sort a group of numberic numbers (1234567) by the last two
numbers (i.e. 67) How do I do this?

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Send a message via Skype™ to nieferge@gmail.com
Default Sort by last two numbers

On Dec 3, 10:36 pm, Tony wrote:
I would like to sort a group of numberic numbers (1234567) by the last two
numbers (i.e. 67) How do I do this?


The 1st thing I thought is: add a new column next to your group and
use a math function MOD(number,100) or even a text function
RIGHT(number,2) there and then sort this new column.
Sorry for my English.
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to sort out all numbers without duplication? Eric Excel Discussion (Misc queries) 5 July 6th 07 03:58 PM
All numbers won't sort Barb Excel Discussion (Misc queries) 2 March 5th 07 10:00 PM
How to sort text as numbers Kevin Excel Discussion (Misc queries) 3 April 20th 06 10:27 PM
Sort numbers JTH Excel Discussion (Misc queries) 5 September 29th 05 12:47 AM
sort + & - numbers together Rasoul Khoshravan Azar Excel Worksheet Functions 1 December 18th 04 11:11 PM


All times are GMT +1. The time now is 06:04 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"