Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I have a six digit part number that I need to sort by the 3rd digit and the
5th digit. Is this possible? |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Add this formula to an adjacent cell
=MID(A2,3,1)&MID(A2,5,1) and sort both columns by the second column -- --- HTH Bob (change the xxxx to gmail if mailing direct) "Jimpm98" wrote in message ... I have a six digit part number that I need to sort by the 3rd digit and the 5th digit. Is this possible? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
how to sort anything that looks like a number as a number | Excel Discussion (Misc queries) | |||
How to sort but keep linked formulas? | Excel Discussion (Misc queries) | |||
How do I format a column in alpha order? | New Users to Excel | |||
How can I sort multiple times | Excel Worksheet Functions | |||
Data > Sort function amnesia? | Excel Discussion (Misc queries) |