I am trying to create a spreadsheet that contains personal sensitive information, in this case, Social Security Numbers. Individuals will be asked to enter information, including their SSN. However, I want the SSN to be automatically encrypted once the user fills in the number. The number would show as “****-**-****” instead of the actual number. Much like when you supply passwords when logging into website and such. What options do I have and how do I apply to the workbook?
Example of table layout:
[TABLE="class: outer_border, width: 500"]
<colgroup><col><col><col><col><col></colgroup><tbody>[TR]
[TD][/TD]
[TD]Name[/TD]
[TD]Position[/TD]
[TD]Region[/TD]
[TD]SSN[/TD]
[/TR]
[TR]
[TD="align: right"]1[/TD]
[TD]Jack[/TD]
[TD]Salesman[/TD]
[TD]West[/TD]
[TD]***-**-****[/TD]
[/TR]
[TR]
[TD="align: right"]2[/TD]
[TD]Jill[/TD]
[TD]Salesman[/TD]
[TD]North[/TD]
[TD]***-**-****[/TD]
[/TR]
[TR]
[TD="align: right"]3[/TD]
[TD]Tom[/TD]
[TD]Salesman[/TD]
[TD]South[/TD]
[TD]***-**-****[/TD]
[/TR]
[TR]
[TD="align: right"]4[/TD]
[TD]Jerry[/TD]
[TD]Salesman[/TD]
[TD]East[/TD]
[TD]***-**-****[/TD]
[/TR]
</tbody>[/TABLE]
Example of table layout:
[TABLE="class: outer_border, width: 500"]
<colgroup><col><col><col><col><col></colgroup><tbody>[TR]
[TD][/TD]
[TD]Name[/TD]
[TD]Position[/TD]
[TD]Region[/TD]
[TD]SSN[/TD]
[/TR]
[TR]
[TD="align: right"]1[/TD]
[TD]Jack[/TD]
[TD]Salesman[/TD]
[TD]West[/TD]
[TD]***-**-****[/TD]
[/TR]
[TR]
[TD="align: right"]2[/TD]
[TD]Jill[/TD]
[TD]Salesman[/TD]
[TD]North[/TD]
[TD]***-**-****[/TD]
[/TR]
[TR]
[TD="align: right"]3[/TD]
[TD]Tom[/TD]
[TD]Salesman[/TD]
[TD]South[/TD]
[TD]***-**-****[/TD]
[/TR]
[TR]
[TD="align: right"]4[/TD]
[TD]Jerry[/TD]
[TD]Salesman[/TD]
[TD]East[/TD]
[TD]***-**-****[/TD]
[/TR]
</tbody>[/TABLE]