I have a column (A) of 1000 rows of text fragments (one cell per row), and wish to order them according to the last word in each cell.
If there is more than one word in a cell, the words are space-delimited, with no end punctuation. (Most of these end words are state postal abbreviations, or spelled-out countries.)
One solution would be to extract the last word and write it to the next column (B), then sort the entire array using B as the key.
What would be a formula or method to accomplish the building of column B?
Is there a more efficient way, not requiring the additional column (B)?
See the example1.xls file attached here.