Extract a number from a cell of text

P

pnoel

I am trying to find out what formula I would use to
extract the number from the following cell:

Numer of items in truck,13625.

Then place the number in another cell where it can be used
in another formula.


Thanks

Pnoel
 
D

Don Guillett

will this work. where f2 has your example.
We are finding the "," and subtracting that from the length of the text and
getting that number to the right.

=RIGHT(F2,LEN(F2)-FIND(",",F2,1))
 

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