Formula to extract the last word from a cell

D

Dave K

Anyone know of a formula that will extract the last word from a cell.

For example if cell contains the text: Best available title

How could I produce the result: "title"

(And preferably be able to fill the formula down the column to get the
last word from other cells in the column as well.)

Thanks for any suggestions.
 
G

Gary''s Student

=RIGHT(A1,LEN(A1)-LOOKUP(LEN(A1),FIND("
",A1,ROW(INDEX($A:$A,1,1):INDEX($A:$A,LEN(A1),1)))))
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top