Removing Non-Numeric Characters

G

GlenS

I have a list of numbers which contain both numbers & text characters.
(Eg: 123/456/7).

I need to match this list to another one which contains only numbers.
(Eg: 1234567).

Is there a formula I can use which allows me to extract only numerical
characters from a cell.

Many Thanks

Glen
 
P

Paul Sheppard

GlenS said:
I have a list of numbers which contain both numbers & text characters.
(Eg: 123/456/7).

I need to match this list to another one which contains only numbers.
(Eg: 1234567).

Is there a formula I can use which allows me to extract only numerical
characters from a cell.

Many Thanks

Glen

Hi Glen

Try Edit and Replace
 
G

GlenS

Find & Replace works for most of the characters except for a character
which appear at the front of some of the numbers (EG: '354859). I've
tried copying & pasting this character into the Find & Replace but it
doesn't work.

I think it's something that's been entered to force Excel to start
numbers with a 0.

Glen
 
P

Paul Sheppard

GlenS said:
Find & Replace works for most of the characters except for a character
which appear at the front of some of the numbers (EG: '354859). I've
tried copying & pasting this character into the Find & Replace but it
doesn't work.

I think it's something that's been entered to force Excel to start
numbers with a 0.

Glen

Hi Glen

The ' allows numbers to be enterred with leading zeros

To get rid of this in the next available column use this formula >
=TRIM(A1), change the reference to suit, drag this down to the bottom
of the row, the copy paste special values over the column with the
formulae
 

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