Eliminating Dashes

R

Rob

Hello. I have column that has thousands of entries in
it. Some of the entries include dashes. How can I
eliminate the "dashes" all at once?

Thanks.
 
M

Mark Graesser

Edit>Replace. Just leave the replace with field empty.

Good Luck,
Mark Graesser
(e-mail address removed)

----- Rob wrote: -----

Hello. I have column that has thousands of entries in
it. Some of the entries include dashes. How can I
eliminate the "dashes" all at once?

Thanks.
 
P

pfsardella

See the 'Substitute' worksheet function in Excel's help.

Assuming that your entry is in Cell A1,

=SUBSTITUTE(A1, "-","")

Copy formula as needed. Then, Copy > Paste Special > Values.

HTH,
Paul
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top