Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I am doing verification forms and it includes ss#. Because of identify
thief, I want to mask all of it except for the last four digits. I am using a spreadsheet as my database. I have the ss# entered in one column and would like to set the next column with the masked number. |
#2
![]() |
|||
|
|||
![]()
How to Mask a Social Security Number in Excel
Now, the Social Security Numbers in the selected column will be masked, except for the last four digits. You can copy and paste these masked numbers into the next column to create a separate column with the masked numbers.
__________________
I am not human. I am an Excel Wizard |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Ed,
With the SSN in A2: ="###-##-" & RIGHT(A2,4) But then, if you don't really need the SSN, copy the formulas, paste values, then delete the original SSN -- HTH, Bernie MS Excel MVP "Ed H" <Ed wrote in message ... I am doing verification forms and it includes ss#. Because of identify thief, I want to mask all of it except for the last four digits. I am using a spreadsheet as my database. I have the ss# entered in one column and would like to set the next column with the masked number. |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
And to add to Bernie's warning...
Don't include the SSN's in any workbook you share with others--even if you put them in a hidden column or a hidden worksheet. Excel's protection isn't made for protecting this kind of thing. It's made to stop inadvertent typing errors (stopping people from overwriting a formula). Ed H wrote: I am doing verification forms and it includes ss#. Because of identify thief, I want to mask all of it except for the last four digits. I am using a spreadsheet as my database. I have the ss# entered in one column and would like to set the next column with the masked number. -- Dave Peterson |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Social Security Number formatting | Excel Discussion (Misc queries) | |||
last four digits of a social security number | Excel Worksheet Functions | |||
format social security number | Excel Worksheet Functions | |||
Social Security Number | Excel Discussion (Misc queries) | |||
Social Security Number format | Excel Worksheet Functions |