Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I have users entering a social security number into a specific cell on an
Excel worksheet. On the worksheet itself I don't want to see the number but maybe # sign or something else to mask the field instead. Is there anyway to do this in Excel? Thank you! |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
There is, but it's not secure.
Excel is not a secure application and should not be used to store sensitive information like SSN. Dave -- Brevity is the soul of wit. "Jasmine" wrote: I have users entering a social security number into a specific cell on an Excel worksheet. On the worksheet itself I don't want to see the number but maybe # sign or something else to mask the field instead. Is there anyway to do this in Excel? Thank you! |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I'm not looking for something secure. My users have a form they fill out and
print. I just don't want the SSN to print out. "Dave F" wrote: There is, but it's not secure. Excel is not a secure application and should not be used to store sensitive information like SSN. Dave -- Brevity is the soul of wit. "Jasmine" wrote: I have users entering a social security number into a specific cell on an Excel worksheet. On the worksheet itself I don't want to see the number but maybe # sign or something else to mask the field instead. Is there anyway to do this in Excel? Thank you! |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Like Dave says, Excel is not secure.....but to answer your question, you can
Custom format the cells for "#########" and it will show only the ######### in the cell but the formula bar will display the actual number. And, in order for this to work, the SS number has to be entered without any dashes, which turns it into TEXT and therefore will not format as desied. To this end, you could set up DataValidation on those cells to be sure the user enters a NUMBER instead of TEXT. hth Vaya con Dios, Chuck, CABGx3 "Jasmine" wrote: I have users entering a social security number into a specific cell on an Excel worksheet. On the worksheet itself I don't want to see the number but maybe # sign or something else to mask the field instead. Is there anyway to do this in Excel? Thank you! |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Thank you. That's what I needed.
"CLR" wrote: Like Dave says, Excel is not secure.....but to answer your question, you can Custom format the cells for "#########" and it will show only the ######### in the cell but the formula bar will display the actual number. And, in order for this to work, the SS number has to be entered without any dashes, which turns it into TEXT and therefore will not format as desied. To this end, you could set up DataValidation on those cells to be sure the user enters a NUMBER instead of TEXT. hth Vaya con Dios, Chuck, CABGx3 "Jasmine" wrote: I have users entering a social security number into a specific cell on an Excel worksheet. On the worksheet itself I don't want to see the number but maybe # sign or something else to mask the field instead. Is there anyway to do this in Excel? Thank you! |
#6
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Happy to help.........thanks for the feedback.
Vaya con Dios, Chuck, CABGx3 "Jasmine" wrote: Thank you. That's what I needed. "CLR" wrote: Like Dave says, Excel is not secure.....but to answer your question, you can Custom format the cells for "#########" and it will show only the ######### in the cell but the formula bar will display the actual number. And, in order for this to work, the SS number has to be entered without any dashes, which turns it into TEXT and therefore will not format as desied. To this end, you could set up DataValidation on those cells to be sure the user enters a NUMBER instead of TEXT. hth Vaya con Dios, Chuck, CABGx3 "Jasmine" wrote: I have users entering a social security number into a specific cell on an Excel worksheet. On the worksheet itself I don't want to see the number but maybe # sign or something else to mask the field instead. Is there anyway to do this in Excel? Thank you! |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel Macro to Copy & Paste | Excel Worksheet Functions | |||
From several workbooks onto one excel worksheet | Excel Discussion (Misc queries) | |||
Help PLEASE! Not sure what answer is: Match? Index? Other? | Excel Worksheet Functions | |||
Sort pages? | Excel Discussion (Misc queries) | |||
Line Graph Data Recognition | Charts and Charting in Excel |