ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   searching a range (https://www.excelbanter.com/excel-programming/299077-searching-range.html)

Rich Cooper

searching a range
 
this is similar to my previous question. I have a range of names. I want
to search it for a space and put the part before the space in a new range
and everything after the space in a range right next to the one containing
the first part. I have tried the search function but i can not get it to
work. Please Help.



Frank Kabel

searching a range
 
Hi
a formula solution:
B1:
=LEFT(A1,FIND(" ",A1)-1)

C1:
=MID(A1,FIND(" ",A1)+1,255)

--
Regards
Frank Kabel
Frankfurt, Germany

"Rich Cooper" schrieb im Newsbeitrag
...
this is similar to my previous question. I have a range of names. I

want
to search it for a space and put the part before the space in a new

range
and everything after the space in a range right next to the one

containing
the first part. I have tried the search function but i can not get

it to
work. Please Help.





All times are GMT +1. The time now is 11:15 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com