Thread
: [Solved]
How to extract a word from an excel string with various lengths
View Single Post
09-18-2015, 01:57 AM
macropod
Windows 7 64bit
Office 2010 32bit
Administrator
Join Date: Dec 2010
Location: Canberra, Australia
Posts: 22,374
For a value in A1, you could use:
=LEFT(RIGHT(A1,LEN(A1)-SEARCH("alias",A1)-6),SEARCH(" ",RIGHT(A1,LEN(A1)-SEARCH("alias",A1)-6)))
__________________
Cheers,
Paul Edstein
[Fmr MS MVP - Word]
macropod
View Public Profile
Find all posts by macropod