+ Reply to Thread
Results 1 to 5 of 5

social security sorting

  1. #1
    Precious Pearl
    Guest

    social security sorting

    I am having problems with sorting social secuirity/tax id numbers that were
    dropped into excel from several different sources. Some of the ss/tax id
    numbers have dashes and some do not. Some of the ss/tax id numbers are
    missing leading zero's. I am not able to change all of them into a text
    format.

    How can I formatt them all so they will sort properly?

    Thanks for any assistance out there.

  2. #2
    Myrna Larson
    Guest

    Re: social security sorting

    Don't change them to text. Change them to numbers. Remove all of the dashes
    with Search and Replace. Then apply the special format for Social Security
    numbers.


    On Tue, 25 Jan 2005 05:45:02 -0800, "Precious Pearl" <Precious
    [email protected]> wrote:

    >I am having problems with sorting social secuirity/tax id numbers that were
    >dropped into excel from several different sources. Some of the ss/tax id
    >numbers have dashes and some do not. Some of the ss/tax id numbers are
    >missing leading zero's. I am not able to change all of them into a text
    >format.
    >
    >How can I formatt them all so they will sort properly?
    >
    >Thanks for any assistance out there.



  3. #3
    Jason Morin
    Guest

    Re: social security sorting

    I'm not sure what form tax id's are supposed to take, but
    to format all the SSN's correctly, try:

    =TEXT(REPT("0",9-LEN(SUBSTITUTE(A1,"-","")))&A1,"000-00-
    0000")

    HTH
    Jason
    Atlanta, GA

    >-----Original Message-----
    >I am having problems with sorting social secuirity/tax

    id numbers that were
    >dropped into excel from several different sources. Some

    of the ss/tax id
    >numbers have dashes and some do not. Some of the ss/tax

    id numbers are
    >missing leading zero's. I am not able to change all of

    them into a text
    >format.
    >
    >How can I formatt them all so they will sort properly?
    >
    >Thanks for any assistance out there.
    >.
    >


  4. #4
    Precious Pearl
    Guest

    Re: social security sorting



    "Jason Morin" wrote:

    > I'm not sure what form tax id's are supposed to take, but
    > to format all the SSN's correctly, try:
    >
    > =TEXT(REPT("0",9-LEN(SUBSTITUTE(A1,"-","")))&A1,"000-00-
    > 0000")
    >
    > HTH
    > Jason
    > Atlanta, GA
    >
    > >-----Original Message-----
    > >I am having problems with sorting social secuirity/tax

    > id numbers that were
    > >dropped into excel from several different sources. Some

    > of the ss/tax id
    > >numbers have dashes and some do not. Some of the ss/tax

    > id numbers are
    > >missing leading zero's. I am not able to change all of

    > them into a text
    > >format.
    > >
    > >How can I formatt them all so they will sort properly?
    > >
    > >Thanks for any assistance out there.
    > >.
    > >

    >


  5. #5
    Precious Pearl
    Guest

    Re: social security sorting

    Thank you so much for your help. We have spent hours trying to get the
    numbers to sort. Would this work as well with the tax id numbers by changing
    the formula to read "00-0000000"?

    "Jason Morin" wrote:

    > I'm not sure what form tax id's are supposed to take, but
    > to format all the SSN's correctly, try:
    >
    > =TEXT(REPT("0",9-LEN(SUBSTITUTE(A1,"-","")))&A1,"000-00-
    > 0000")
    >
    > HTH
    > Jason
    > Atlanta, GA
    >
    > >-----Original Message-----
    > >I am having problems with sorting social secuirity/tax

    > id numbers that were
    > >dropped into excel from several different sources. Some

    > of the ss/tax id
    > >numbers have dashes and some do not. Some of the ss/tax

    > id numbers are
    > >missing leading zero's. I am not able to change all of

    > them into a text
    > >format.
    > >
    > >How can I formatt them all so they will sort properly?
    > >
    > >Thanks for any assistance out there.
    > >.
    > >

    >


+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1