Remove a - from text

M

Mark Allen

Is it possible to create a formula to remove a - from a cell??

Example:

A needs to be B
445-2134 4452134
er-6978 er6978
7777-99987 77799987

Hope you can help me please!!

Regards

Mark
 
S

seshuramakrishna

I have a Very Easy logic for this u do one thing simple use find and replace...
 
F

Francis

Hi
assuming data start at row 2, try this in B2 and copy down
=SUBSTITUTE(A2,"-","")
or try
Go to Edit on the Menu bar
Select Replace
type - in the Find what
leave empty in Replace with
click Replace All
Close
--
Hope this is helpful
Pls click the Yes button below if this post provide answer you have asked

Thank You

cheers, francis

Am not a greek but an ordinary user trying to assist another
 
J

Jarek Kujawa

or use:

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



I have a Very Easy logic for this u do one thing simple use find and replace...
--
seshu






- Pokaż cytowany tekst -
 

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

Similar Threads


Top