Share via

Remove dashes from Numbers

Anonymous
2020-12-10T19:39:27+00:00

I've looked through the site and not been able to fix this.

I have spreadsheets where the social security number has dashes (000-00-0000) and other which do not.

It is preferred to have all data WITHOUT the dashes.  I've tried to reformat the cell's but it will not bulk remove the dashes which requires me to go in manually to do this.

Any idea how I can update each cell that has the dashes and remove them?

Thanks for all your help!  It has assisted me greatly to get daily work completed.

Microsoft 365 and Office | Excel | For home | Windows

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.

0 comments No comments

1 answer

Sort by: Most helpful
  1. Anonymous
    2020-12-10T19:56:58+00:00

    Apply custom formatting to your range using nine 0s

    000000000

    and then use Ctrl-H and replace the character dash   -      with nothing.

    Note that if you are using these values anywhere else and there is a leading 0, that will disappear unless your use the TEXT function, like

    =TEXT(A2,"000000000")

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments