I have a list that are all formatted the same:
12345 City, ST (status)
I want to pull out the City,ST from the list
I can do a find to find the start position and end position.
=find(" ",A1,1) to find start position (i need to use formula here b/c the # length is variable)
=find(" (",A1,1) to...