Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
How do I sort data in accending order when the data has text first and then
numbers seperated by a dash such as; boy-1, boy-2, boy-3.....boy-10? If I use datasortaccendingok, it puts it in order like; boy-1, boy-10, boy-2, boy-3. Is there a way to make it sort so it does not put boy-10 after boy-1 and instead puts it after boy-9 like I want? |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
You will need to use a helper column.
If the text is in column A, use the formula =--MID(A1,5,255) in row of some empty column (maybe one newly created with Column | Insert). Copy down the column, sort all the range using the 'new' column as the key. best wishes -- Bernard V Liengme www.stfx.ca/people/bliengme remove caps from email "JK" wrote in message ... How do I sort data in accending order when the data has text first and then numbers seperated by a dash such as; boy-1, boy-2, boy-3.....boy-10? If I use datasortaccendingok, it puts it in order like; boy-1, boy-10, boy-2, boy-3. Is there a way to make it sort so it does not put boy-10 after boy-1 and instead puts it after boy-9 like I want? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Help to sort out filtered data from the data contained in another sheet of the same workbook | Excel Worksheet Functions | |||
I want to convert word column data to excel row data to sort addre | Excel Discussion (Misc queries) | |||
New data will not sort with existing data from copied file | Excel Worksheet Functions | |||
data sort is not including all columns in sort | Excel Discussion (Misc queries) | |||
How do I sort a column of data and have each data row sort accordi | Excel Discussion (Misc queries) |