+ Reply to Thread
Results 1 to 3 of 3

Editing Social Security Numbers from current numbers to some with XXXX inserted.

  1. #1
    Forum Contributor
    Join Date
    06-03-2009
    Location
    Phoenix, Az
    MS-Off Ver
    MS Office 365
    Posts
    144

    Editing Social Security Numbers from current numbers to some with XXXX inserted.

    Hello all.
    I am attempting to come up with a formula or something that will take social security numbers downloaded from another system in this format of 123-45-6789(Where I cannot fix the format) and automatically change them this format:
    xxx-xx-6789

    I need to do this for an entire column of numbers for 125 prospective customers.
    Any help would be appreciated.

    Sorry if this has been posted already, but could not find it.
    Thanks.
    Dave

  2. #2
    Forum Guru
    Join Date
    08-05-2004
    Location
    NJ
    MS-Off Ver
    365
    Posts
    13,582

    Re: Editing Social Security Numbers from current numbers to some with XXXX inserted.

    If the data is in Col A starting in A1,
    In B1
    ="XXX-XX-"&RIGHT(A1,4)
    Does that work for you?
    ChemistB
    My 2?

    substitute commas with semi-colons if your region settings requires
    Don't forget to mark threads as "Solved" (Edit First post>Advanced>Change Prefix)
    If I helped, Don't forget to add to my reputation (click on the little star at bottom of this post)

    Forum Rules: How to use code tags, mark a thread solved, and keep yourself out of trouble

  3. #3
    Forum Guru
    Join Date
    08-05-2004
    Location
    NJ
    MS-Off Ver
    365
    Posts
    13,582

    Re: Editing Social Security Numbers from current numbers to some with XXXX inserted.

    Deja vu LOL

+ 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