M
M.Siler
I found the following formula that works but it seems overly complicated. My
goal is to just get the right most word from a string, for example if I have
"Now is the time from all good men" in A1 the formula I want in B1 should
return just the single word men. Is there a simpler formula that will do
this?
=RIGHT(A1,LEN(A1)-FIND("*",SUBSTITUTE(A1," ","*",LEN(A1)-LEN(SUBSTITUTE(A1,"
","")))))
goal is to just get the right most word from a string, for example if I have
"Now is the time from all good men" in A1 the formula I want in B1 should
return just the single word men. Is there a simpler formula that will do
this?
=RIGHT(A1,LEN(A1)-FIND("*",SUBSTITUTE(A1," ","*",LEN(A1)-LEN(SUBSTITUTE(A1,"
","")))))