Removing Numbers from a Cell that also has text.

  • Thread starter Thread starter customerservice
  • Start date Start date
C

customerservice

I have numerous cells that have the following listed in them ... Item#
0012631004
How do I pull only the number out of this cell?
 
use edit find replace
find item# with a trailing space if there is one in your cells
replace with leave this blank
 
Hi I assume yo mean

Item#0012631004

in a cell so try this
=MID(A1,6,LEN(A1))

Yo may have to change the 6 if there are spaces

Mike
 

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