Try this:
=LEFT(A1,FIND(" ",A1&" ")-1)
and
=RIGHT(A1,MAX(0,LEN(A1)-FIND(" ",A1&" "))) or =MID(A1,FIND(" ",A1&" "),100)
Try this:
=LEFT(A1,FIND(" ",A1&" ")-1)
and
=RIGHT(A1,MAX(0,LEN(A1)-FIND(" ",A1&" "))) or =MID(A1,FIND(" ",A1&" "),100)
Never use Merged Cells in Excel
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks