Converting variable text strings to numeric

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

Guest

I've imported some word tables into excel, the 'numbers' have spaces instead
of commas and consequently are read as text.

The 'numbers' vary from single integer to millions
For example
1 101 335
293 207
23 113
101
19
While I can use the left, mid and right functions for the millions that
formula is unworkable for other numbers.

Any ideas, or do I have to get a VB programmer to write a function for me?
 
Hi!

Try using Find/Replace

Select the range
Goto Edit>Replace
Find What: enter a space by hitting the space bar
Replace With: nothing, leave this blank
Replace All

Biff
 

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


Back
Top