How do I sort a list of addresses by street name (ignoring the ad.

D

Dave888

How do I sort a list of residential addresses by street name (ignoring the
address number) that precedes the namei of the street)?
 
A

axeman422

easiest way i guess would be to make a new column for just the street numbers
and then filter street name in ascending
 
Top