Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Check out DataText to columns or if you are looking for formulas try the
below in cell B1 and copy to the right with data in cell A1 =TRIM(MID(SUBSTITUTE("," & $A$1& REPT(",",6),",", REPT(CHAR(32),255)),COLUMNS($B$1:B$1)*255,255)) -- Jacob (MVP - Excel) "saravanan" wrote: in a cell i am having date like 123, 435, 546, 546. I want now the 123 in one cell, 435 in another cell, 546 in another cell and so on. It there any way to split the contents of a cell into more cells. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
split contents of cell | Excel Discussion (Misc queries) | |||
How to Split the contents of cells across multiple cells | New Users to Excel | |||
VBA to split contents of cell | Excel Discussion (Misc queries) | |||
Excel 2000 - Split Contents of Cell Across Multiple Cells | Excel Discussion (Misc queries) | |||
How to split the contents of a cell between two cells. | Excel Worksheet Functions |