I have a spreadsheet that has social security numbers on it. The numbers
show on the screen, but when I print the sheet, only the last four digits
print. How do I undo this format?
hi,
here is a possible work around.
Add a helper column next to your SS numbers.
insert this formula.....=MID(D1,8,4)
note:cell D1 would be your SS numbers. change to fit your data.
when not printing....hide the helper column.
when printing....unhide the helper column and hide the SS column.
regards
FSt1
> I have a spreadsheet that has social security numbers on it. The numbers
> show on the screen, but when I print the sheet, only the last four digits
> print. How do I undo this format?