Is there any way to check a text string from right to left?
I am trying to break up addresses that appear in one cell into a number of cells. For example, take this city, state/province, zip that appears in one cell:
Nanjing, Jiangsu 210036
I need to break that up into City, State/Priovince, and Zip. HOWEVER, other records may have two words for the city or two for the province. Also, some Zip codes begin with letters. Therefore, I cannot use formulas that analyze the text from left-to-right based on spaces, or based on when a number is finally encountered. I can extract the city name easily enough because it is always followed by a comma, but I can't figure out how to extract the State/Province info separately from the Zip in a way that takes into account the various ways that they may appear (as described earlier in this paragraph).
Being able to search the cell from right-to-left would very easily solve my problem, as I could consider the Zip Code to be all those letters and numbers that appear before the first space. Is there a way to do this?
Thanks!
Bookmarks