Home |
Search |
Today's Posts |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi,
If you are going to use MID you need to modify the previous example: =MID(A1,FIND(" ",A1)+1,200) notice this matches the issue with LEFT =LEFT(A1,FIND(" ",A1)-1) and if you want to use right by itself =RIGHT(A1,LEN(A1)-FIND(" ",A1)) We don't know enough about your data, but the tool of choice for splitting data is Data, Text to Columns. -- Thanks, Shane Devenshire "FSt1" wrote: hi try this. it works for your example =MID(B3,FIND(" ",B3),200) regards FSt1 "Lai704" wrote: I have in cells A1:A1000....a combination of number and text, ex.."123 abc abc" I wanted to split into 2 separate cells...I've done the number part...using "=LEFT(A1,FIND(" ",A1))" to cell B1 but I can't seem to figure out how to split out "abc abc" to C1? Any help is appreciated. Thanks. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Split a number from one cell to separate cells for each | Excel Discussion (Misc queries) | |||
separate a text cell to many number cells | Excel Worksheet Functions | |||
Parsing a text string into separate cells | Excel Worksheet Functions | |||
split text into separate cells | Excel Worksheet Functions | |||
Split date in cell into 2 separate cells | Excel Discussion (Misc queries) |