How can I perform a reverse string search in Excel without using VBA?
        Posted  
        
            by e.James
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by e.James
        
        
        
        Published on 2008-12-08T17:34:09Z
        Indexed on 
            2010/06/02
            19:14 UTC
        
        
        Read the original article
        Hit count: 311
        
I have an Excel spreadsheet containing a list of strings. Each string is made up of several words, but the number of words in each string is different.
Using built in Excel functions (no VBA), is there a way to isolate the last word in each string?
Examples:
  Are you classified as human? -> human?
Negative, I am a meat popsicle -> popsicle
                  Aziz! Light! -> Light!
        © Stack Overflow or respective owner