![]() |
how do i separate 2 strings of a cell in different cells?
I have names and surnames both in a single cell?
I want to separate them in different cells. |
how do i separate 2 strings of a cell in different cells?
Assuming names separated by a blank only one forename plus surname):
=TRIM(LEFT(A1,FIND(" ",A1)-1)) =TRIM(MID(A1,FIND(" ",A1)+1,255)) HTH "Bona" wrote: I have names and surnames both in a single cell? I want to separate them in different cells. |
All times are GMT +1. The time now is 11:02 PM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com