Home |
Search |
Today's Posts |
#1
|
|||
|
|||
Need to convert text string to seperate cells
I have a spreadsheet that contains text data that I need to
seperate into individual cells. Is there a way to do this? Here is a sample of the data: 001. Dressage (Pre Training) I need to seperate the number from text and put them in their own columns. Thanks, Debbie |
#3
|
|||
|
|||
Debbie
If data is consistent as in your example, you could use DataText to Columns with the period as delimiter. So........DataText to ColumnsDelimitedNextOther(.)NextColumn1 formatted as Text to preserve the 001 as textFinish Would return 001 in A1 and Dressage (Pre Training) in B1 Gord Dibben Excel MVP On Mon, 6 Dec 2004 07:09:17 -0800, "Debbie Nuding" wrote: I have a spreadsheet that contains text data that I need to seperate into individual cells. Is there a way to do this? Here is a sample of the data: 001. Dressage (Pre Training) I need to seperate the number from text and put them in their own columns. Thanks, Debbie |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
Similar Threads | ||||
Thread | Forum | |||
how do i add the same text after current text in multiple cells | Excel Discussion (Misc queries) | |||
To safety merge cells without data destroyed, and smart unmerge! | Excel Discussion (Misc queries) | |||
Convert data of cells to any type: Number, Date&Time, Text | Excel Discussion (Misc queries) | |||
Formating a text string? | Excel Discussion (Misc queries) | |||
Cells and and spaces after a string of text | Excel Worksheet Functions |