Home |
Search |
Today's Posts |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Here's something to try:
With A1: (a company name, in ProperName text format) Example: AlphDataCompany Then...try these ARRAY FORMULAS* First capitalized word B1: =LEFT(A1,LEN(A1)-LARGE(NOT(EXACT(MID(A1,ROW($A$1:$A$100),1),MID(LOW ER(A1),ROW($A$1:$A$100),1)))*LEN(A1)-ROW($A$1:$A$100),2)-1) Second capitalized word C1: =SUBSTITUTE(LEFT(A1,LEN(A1)-LARGE(NOT(EXACT(MID(A1,ROW($A$1:$A$100),1),MID(LOW ER(A1),ROW($A$1:$A$100),1)))*LEN(A1)-ROW($A$1:$A$100),3)-1),B1,"") Third capitalized word D1: =SUBSTITUTE(LEFT(A1,LEN(A1)-LARGE(NOT(EXACT(MID(A1,ROW($A$1:$A$100),1),MID(LOW ER(A1),ROW($A$1:$A$100),1)))*LEN(A1)-ROW($A$1:$A$100),4)-1),B1&C1,"") Note_1: For array formulas, hold down [Ctrl] and [Shift] when you press [Enter], instead of just pressing [Enter]. Note_2: Since text wrap will impact the display, there are NO spaces in those formulas Is that something you can work with? *********** Regards, Ron XL2002, WinXP "Brian" wrote: I would like to split names in a cell. I would like AlphDataCompany in one cell to be moved/split to Alpha Data Company. Is the a way of doing this? Brian |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Spliting data | Excel Discussion (Misc queries) | |||
help with spliting data cells | New Users to Excel | |||
Spliting the contents of a cell to other cells | Excel Worksheet Functions | |||
Spliting a number with leading zeros | Excel Discussion (Misc queries) | |||
spliting a column of data into multiple columns | Excel Discussion (Misc queries) |