Delete Spaces and Join Text in Cell

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a number(text value that I need to join in a cell.
It looks as follows. 087 56 2341. Is there a function or formula that could
join them to look like 087562341. I would also like to remove the first
digit which is a zero or 0 character to look like 87562341. any suggestions

Thanks

Chris
 
Try this:

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

--
HTH,

RD
==============================================
Please keep all correspondence within the Group, so all may benefit!
==============================================
 
Thank You RagDyer. It works great

Chris

RagDyer said:
Try this:

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

--
HTH,

RD
==============================================
Please keep all correspondence within the Group, so all may benefit!
==============================================
 

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

Back
Top