Remove a - from text

  • Thread starter Thread starter Mark Allen
  • Start date Start date
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
 
Hi Mark,

You can use the replace function:

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

Judith
 
I have a Very Easy logic for this u do one thing simple use find and replace...
 
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
 
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

split string based on a SET of words 8
Finding data 3
Looking up data 5
Help! Is this possible 2
extract a phone number from formatting 3
Sorting Help 2
Copy value from cell above 6
File of a photo exist 1

Back
Top