Re: How can I sort SSNs in Terminal Digit Order using Excel?
- From: "Ken Wright" <ken.wright@xxxxxxxxxxxxxxxxxx>
- Date: Wed, 8 Jun 2005 23:22:00 +0100
Use the helper column with this formula and then select all and sort on the
helper column.
=RIGHT(A2,2)&MID(A2,8,2)&MID(A2,5,2)&LEFT(A2,2)
Assumes your data starts in row 2
--
Regards
Ken....................... Microsoft MVP - Excel
Sys Spec - Win XP Pro / XL 97/00/02/03
----------------------------------------------------------------------------
It's easier to beg forgiveness than ask permission :-)
----------------------------------------------------------------------------
<snip>
.
- References:
- How can I sort SSNs in Terminal Digit Order using Excel?
- From: postitnote
- Re: How can I sort SSNs in Terminal Digit Order using Excel?
- From: Ron Rosenfeld
- Re: How can I sort SSNs in Terminal Digit Order using Excel?
- From: postitnote
- Re: How can I sort SSNs in Terminal Digit Order using Excel?
- From: RagDyer
- Re: How can I sort SSNs in Terminal Digit Order using Excel?
- From: postitnote
- Re: How can I sort SSNs in Terminal Digit Order using Excel?
- From: RagDyer
- Re: How can I sort SSNs in Terminal Digit Order using Excel?
- From: postitnote
- How can I sort SSNs in Terminal Digit Order using Excel?
- Prev by Date: Re: how do I add rows to a very large spreadsheet
- Next by Date: Re: How to resize Data Form dialog window?
- Previous by thread: Re: How can I sort SSNs in Terminal Digit Order using Excel?
- Next by thread: Re: How can I sort SSNs in Terminal Digit Order using Excel?
- Index(es):
Relevant Pages
|