+ Reply to Thread
Results 1 to 3 of 3

truncate ssn to first four digits

  1. #1
    DonJackson
    Guest

    truncate ssn to first four digits

    Truncate column of social security numbers to the first four digits.

  2. #2
    bj
    Guest

    RE: truncate ssn to first four digits

    I assume you want to have just the first four digits
    try
    =LEFT(SUBSTITUTE(A1,"-",""),4)

    "DonJackson" wrote:

    > Truncate column of social security numbers to the first four digits.


  3. #3
    Dave Peterson
    Guest

    Re: truncate ssn to first four digits

    Are they really numbers just formatted as SSN's?
    =INT(A1/100000)

    Or did you enter them as text?
    123-45-6789
    =substitute(left(a1,5),"-","")



    DonJackson wrote:
    >
    > Truncate column of social security numbers to the first four digits.


    --

    Dave Peterson

+ 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