Splitting address ie. #, Street , & other identifiers in a cell

D

dflaherty

I have a large list with addresses in the cell
I want to split the number out of the cell so that I can
produce the list in street order.

I think I did this before and I am clueless to do it again
 
J

JMay

In A1: 3314 Avenham Avenue
In B1: =MID(A1,FIND(" ",A1,1)+1,100)
Then Copy B1 and Paste-Special Values OK
HTH
 

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