Skip to main content

Kutools for Office — One Suite. Five Tools. Get More Done.

How to show only the last 4 digits of social security number (ssn) in Excel?

Author Siluvia Last modified

For keeping the social security number privacy, many Excel users tend to show only the last 4 digits of the ssn in Excel. This article will show you methods to hide all numbers of ssn number except the last 4 digits in Excel.

Show only the last 4 digits of ssn with formula
Show only the last 4 digits of ssn with VBA code
Delete all digits of ssn except the last 4 digits with Kutools for Excel


Show only the last 4 digits of ssn with formula

The following formula can help you show only the last 4 digits of ssn in Excel. Please do as follows.

1. Select a blank cell, enter formula =RIGHT(A2,4) into the Formula Bar, and then press the Enter key. See screenshot:

enter a formula to get the last 4 digits of ssn

Note: In the formula, A2 is the cell contains the social security number.

2. Keep selecting the first result cell, drag the Fill Handle down to get all results as below screenshot showed.

drag and fill the formula to other cells


Easily delete all digits of ssn except the last 4 digits in Excel:

With the Remove by Position utility of Kutools for Excel, you can delete all digits of ssn except the last 4 digits as below screenshot shown.
Download and try it now! (30-day free trail)

extract only the last 4 digits of ssn by kutools


Show only the last 4 digits of ssn with VBA code

The following VBA code can help you showing only the last 4 digits automatically when entering the social security number. Please do as follows.

1. In the worksheet you want to only show the last 4 digits of the social security number, right-click the sheet tab and click View Code from the right-clicking menu. See screenshot:

click View Code from the right-clicking menu

2. In the Microsoft Visual Basic for Applications window, copy below VBA code into the Code window.

VBA code: Show only last 4 digits of the social security number in Excel

Private Sub Worksheet_Change(ByVal Target As Range)
    Dim I As Long
    Dim xVal As String
    On Error Resume Next
    If Intersect(Target, Range("A:A")) Is Nothing Then Exit Sub
    Application.EnableEvents = False
    For I = 1 To Target.Count
        If Len(Target(I).Text) >= 4 Then
            Target(I).Value = Right(Target(I).Value, 4)
        End If
    Next
    Application.EnableEvents = True
End Sub

Note: In the code, A:A is the column you will enter social security number into. Please change it as you need.

3. Press the Alt + Q keys to exit the Microsoft Visual Basic for Applications window.

From now on, when entering social security number into cells in column A, all digits will be hidden automatically except for the last 4 numbers.


Delete all digits of ssn except the last 4 digits with Kutools for Excel

You can remove all numbers from the social security number except for the last 4 digits with the Remove by Position utility of Kutools for Excel. Please do as follows.

Kutools for Excel offers over 300 advanced features to streamline complex tasks, boosting creativity and efficiency. Itegarate with AI capabilities, Kutools automates tasks with precision, making data management effortless. Detailed information of Kutools for Excel...         Free trial...

1. Select all cells containing social security numbers, then click Kutools > Text > Remove by Position

click Remove by Position feature of kutools

2. In the Remove by Position dialog box, select the From left option in the Position section, specify how numbers you will remove from left in the Numbers box (here I enter number 7), and then click the OK button. See screenshot:

specify options in the Remove by Position dialog box

Then all numbers are removed from the selected cells except for the last 4 digits.

  If you want to have a free trial (30-day) of this utility, please click to download it, and then go to apply the operation according above steps.

Best Office Productivity Tools

🤖 Kutools AI Aide: Revolutionize data analysis based on: Intelligent Execution   |  Generate Code  |  Create Custom Formulas  |  Analyze Data and Generate Charts  |  Invoke Kutools Functions
Popular Features: Find, Highlight or Identify Duplicates   |  Delete Blank Rows   |  Combine Columns or Cells without Losing Data   |   Round without Formula ...
Super Lookup: Multiple Criteria VLookup    Multiple Value VLookup  |   VLookup Across Multiple Sheets   |   Fuzzy Lookup ....
Advanced Drop-down List: Quickly Create Drop Down List   |  Dependent Drop Down List   |  Multi-select Drop Down List ....
Column Manager: Add a Specific Number of Columns  |  Move Columns  |  Toggle Visibility Status of Hidden Columns  |  Compare Ranges & Columns ...
Featured Features: Grid Focus   |  Design View   |   Big Formula Bar    Workbook & Sheet Manager   |  Resource Library (Auto Text)   |  Date Picker   |  Combine Worksheets   |  Encrypt/Decrypt Cells    Send Emails by List   |  Super Filter   |   Special Filter (filter bold/italic/strikethrough...) ...
Top 15 Toolsets12 Text Tools (Add Text, Remove Characters, ...)   |   50+ Chart Types (Gantt Chart, ...)   |   40+ Practical Formulas (Calculate age based on birthday, ...)   |   19 Insertion Tools (Insert QR Code, Insert Picture from Path, ...)   |   12 Conversion Tools (Numbers to Words, Currency Conversion, ...)   |   7 Merge & Split Tools (Advanced Combine Rows, Split Cells, ...)   |   ... and more
Use Kutools in your preferred language – supports English, Spanish, German, French, Chinese, and 40+ others!

Supercharge Your Excel Skills with Kutools for Excel, and Experience Efficiency Like Never Before. Kutools for Excel Offers Over 300 Advanced Features to Boost Productivity and Save Time.  Click Here to Get The Feature You Need The Most...


Office Tab Brings Tabbed interface to Office, and Make Your Work Much Easier

  • Enable tabbed editing and reading in Word, Excel, PowerPoint, Publisher, Access, Visio and Project.
  • Open and create multiple documents in new tabs of the same window, rather than in new windows.
  • Increases your productivity by 50%, and reduces hundreds of mouse clicks for you every day!

All Kutools add-ins. One installer

Kutools for Office suite bundles add-ins for Excel, Word, Outlook & PowerPoint plus Office Tab Pro, which is ideal for teams working across Office apps.

Excel Word Outlook Tabs PowerPoint
  • All-in-one suite — Excel, Word, Outlook & PowerPoint add-ins + Office Tab Pro
  • One installer, one license — set up in minutes (MSI-ready)
  • Works better together — streamlined productivity across Office apps
  • 30-day full-featured trial — no registration, no credit card
  • Best value — save vs buying individual add-in