Removing a space in a numeric string

C

Chris

I have imported a text or general field from another file
as follows 99 99.
I need to remove the space between the two sets of
numerics.
How do I do this?
 
N

Norman Harker

Hi Chris!

If you still want it as text:

=SUBSTITUTE(A1," ","")

If you want it as numeric:

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

--
Regards
Norman Harker MVP (Excel)
Sydney, Australia
(e-mail address removed)
Excel and Word Function Lists (Classifications, Syntax and Arguments)
available free to good homes.
 

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