Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
I need to file by claim number where the number is P1- 358V-852
P1-358V-058 The correct order would be by the last three characters. Can this be done in an easy way? Thanking you in advance for any help. Joe |
#2
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
Hello,
Without using VBA, somewhat difficult. However insert a nearby column in which you will extract the 3 last numbers of your field, i.e. =RIGHT(A1;3), then use the autofill to extract all rows. Finally use this column to sort accordingly your records. Hope this will help. George Ο χρήστης "sacredarms" *γγραψε: I need to file by claim number where the number is P1- 358V-852 P1-358V-058 The correct order would be by the last three characters. Can this be done in an easy way? Thanking you in advance for any help. Joe |
#3
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
If this is something you have to do frequently, you might check out Jim
Cone's fine commercial Add-in called "Special Sort". It's available at http://www.realezsites.com/bus/primi...e/products.php Vaya con Dios, Chuck, CABGx3 "sacredarms" wrote: I need to file by claim number where the number is P1- 358V-852 P1-358V-058 The correct order would be by the last three characters. Can this be done in an easy way? Thanking you in advance for any help. Joe |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
sorting data on protected worksheet | Excel Discussion (Misc queries) | |||
List all contracts that relate to a single part number | Excel Discussion (Misc queries) | |||
Display missing Part Number if Column A does not match column B | Excel Worksheet Functions | |||
part number with 'E' | Excel Worksheet Functions | |||
How do I sort a column a unique number? | Excel Worksheet Functions |