T
Tim
How can I extract the second word in a cell into a cell by itself? I don't
want the first word to go with it into the new cell.
want the first word to go with it into the new cell.
Chip Pearson said:Tim,
Try
=MID(A1,FIND(" ",A1)+1,LEN(A1))
--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com