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

  • Thread starter Thread starter dflaherty
  • Start date Start date
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
 
In A1: 3314 Avenham Avenue
In B1: =MID(A1,FIND(" ",A1,1)+1,100)
Then Copy B1 and Paste-Special Values OK
HTH
 
Back
Top