You can add a new column (e.g. Street) to the table, and use a formula
to extract the street. For example, with the addresses starting in cell
A2, enter the following formula in row 2 of the Street column:
=RIGHT(A2,LEN(A2)-SEARCH(" ",A2))
Copy the formula down to the last row of data, then sort on this column.
I tried the formula and it keeps saying there is an error, I'm sure I am doing something wrong
I added a new column to the left of the address so now D column is open and the street address is in E column. E1 is the first address and I entered this formula =RIGHT(E1,LEN(E1)-SEARCH("",E1)) what am I doing wrong?
I tried the formula and it keeps saying there is an error, I'm sure I am doing something wrong.
I added a new column to the left of the address so now D column is open
and the street address is in E column. E1 is the first address and I
entered this formula =RIGHT(E1,LEN(E1)-SEARCH("",E1)) what am I doing
wrong?
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.