![]() |
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 |
try
=LEFT(G1,FIND(".",G1)-1) -- Don Guillett SalesAid Software "Debbie Nuding" wrote in message ... 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 |
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 |
All times are GMT +1. The time now is 07:57 AM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com