Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
How can I sort by using the 5th char. in a field....WildCard?
I'm working in an excel spreadsheet and have an eleven character field. I'm trying to Sort by the 5th and 6th character. Can this be done? Are there wild cards I can use? I'm trying to sort by State...which is indicated by the 5th and 6th characters. |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
a helper column using MID to polulate it.
-- Don Guillett SalesAid Software "Darryl" wrote in message ... How can I sort by using the 5th char. in a field....WildCard? I'm working in an excel spreadsheet and have an eleven character field. I'm trying to Sort by the 5th and 6th character. Can this be done? Are there wild cards I can use? I'm trying to sort by State...which is indicated by the 5th and 6th characters. |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi Darryl. You can use a helper column and extract the 5th and 6th
characterrs from your text fields. Assuming your data is in Column A, starting in A2, in B2 type: =Mid(A2,5,2) and copy down. You can then sort on Column B. HTH -- Sincerely, Michael Colvin "Darryl" wrote: How can I sort by using the 5th char. in a field....WildCard? I'm working in an excel spreadsheet and have an eleven character field. I'm trying to Sort by the 5th and 6th character. Can this be done? Are there wild cards I can use? I'm trying to sort by State...which is indicated by the 5th and 6th characters. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Importing an Excel spreadsheet from the web. | Excel Discussion (Misc queries) | |||
Can Excel 97 read Excel 2003 simple spreadsheet? | Excel Discussion (Misc queries) | |||
Excel 2K3: Opening a spreadsheet, also opens book1.xls? | Excel Discussion (Misc queries) | |||
Excel 2K3: Opening spreadsheet, also opens book1.xls? | Setting up and Configuration of Excel | |||
Is there a way to insert a formula, password or macro in an excel spreadsheet that will automatically delete the spreadsheet? | Excel Discussion (Misc queries) |