A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
Hi, highlight the whole sheet, press CTRL+H, find enter a dash, replace with don't enter anything, click replace all
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I have a spreadsheet that imported from a personnel system. I need to report some aspects of it to another organization. The SSNs imported with dashes, and I need to report them without dashes. How can I do this relatively quickly?
A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.
Hi, highlight the whole sheet, press CTRL+H, find enter a dash, replace with don't enter anything, click replace all
Hi,
Try this for a number in a1. Drag down as required.
=SUBSTITUTE(A1,"-","")
Another option would be to use Edit --> Replace and in the 'Find' box type a dash, leave the "Replace with" box empty and apply/[OK].
This could affect other entries, so use with caution.
Also, if your column is narrow, the results may look like scientific notation - just make it wider to show the number 'properly'.