Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
In Excel, how do I break up text in 1 cell and put the parts in other cells?
Say I have the text ABCDEF in one cell and I want AB in a cell, C in other cell, and DEF in a third cell. Is there a function or other way to do this? |
#2
![]() |
|||
|
|||
![]()
In Excel, how do I break up text in 1 cell and put the parts in other
cells? ... Check out the functions LEFT, MID, and RIGHT in Excel's built-in Help. |
#3
![]() |
|||
|
|||
![]()
Have a look at LEFT, MID, & RIGHT functions which you can use in formulas or
macros to do this. something like this. for each c in selection c.offset(0,1)=left(c,2) c.offset(0,2)=mid(c,3,3) 'etc next -- Don Guillett SalesAid Software "Jack Edwards" <Jack wrote in message ... In Excel, how do I break up text in 1 cell and put the parts in other cells? Say I have the text ABCDEF in one cell and I want AB in a cell, C in other cell, and DEF in a third cell. Is there a function or other way to do this? |
#4
![]() |
|||
|
|||
![]()
hi,
You may use the clipboard from the edit menu.Select the cell containing ABCDEF.Select the required potion 'AB' on the function tab, click edit menu, & click copy.By this,AB is copied to the clipboard.Similarly the other part portions C & DEF can also be selected & copied to the clipboard.Then select the cell in which you want AB to be shown.Please click the required item from the clipboardSimilarly,do this for other values also. Thank you, K.S.Warrier "Jack Edwards" wrote: In Excel, how do I break up text in 1 cell and put the parts in other cells? Say I have the text ABCDEF in one cell and I want AB in a cell, C in other cell, and DEF in a third cell. Is there a function or other way to do this? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel 2003 FAILS, but Excel 2000 SUCCEEDS ??? | Excel Discussion (Misc queries) | |||
excel save as csv - force text qualifier on every text field | Excel Discussion (Misc queries) | |||
Stop Excel from converting text labels in CSV files to Values | Excel Discussion (Misc queries) | |||
Read Text File into Excel Using VBA | Excel Discussion (Misc queries) | |||
Repeating text in a text box within Excel. | Excel Discussion (Misc queries) |