Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I hava column with value e.g.
abc123 def456 ghj789 I would like to sort this column on the numbers, is this possible? |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Assuming you data are in A1 - A1000 use a helper cell. In b1 type
=MID(A1,MATCH(TRUE,ISNUMBER(1*MID(A1,ROW($1:$1000) ,1)),0),999) Note it's an array so CTRL+Shift+ Enter and then drag down This will extract the numeric part from the end of each cell Select the 2 columns and sort on column B. Delete or hide colimn B Mike "Matt T" wrote: I hava column with value e.g. abc123 def456 ghj789 I would like to sort this column on the numbers, is this possible? |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]() A helper column with just the numbers? -- Don Guillett SalesAid Software "Matt T" wrote in message ... I hava column with value e.g. abc123 def456 ghj789 I would like to sort this column on the numbers, is this possible? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Sorting Data From One Column into Multiple Columns | Excel Worksheet Functions | |||
Help sorting data into own column | Excel Discussion (Misc queries) | |||
Sorting Data in a column | Excel Discussion (Misc queries) | |||
Sorting data in a table by the header of a column? | Excel Discussion (Misc queries) | |||
Linking sheets when sorting row and column data | Excel Worksheet Functions |