Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I need to take a text string that has a Stock Option description in a
text string (i.e. ADM Dec 2006 40.0000 put). I want to divide up the text string and have each word in its own cell. I can not figure out how to do it. Problems arise b/c the stock symbol can have one to four characters (i.e. X or MSFT). What is the best way to do it so it automatically does it? I would prefer to use some sort of function that counts the spaces and gives the next word or something like that. DM |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Highlight the column with the data in and use Data | Text-to-columns
specifying a space as the delimiter. Your date will be split, but you can easily recombine this if you want to. Hope this helps. Pete wrote: I need to take a text string that has a Stock Option description in a text string (i.e. ADM Dec 2006 40.0000 put). I want to divide up the text string and have each word in its own cell. I can not figure out how to do it. Problems arise b/c the stock symbol can have one to four characters (i.e. X or MSFT). What is the best way to do it so it automatically does it? I would prefer to use some sort of function that counts the spaces and gives the next word or something like that. DM |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Given that the number of characters in the ticker symbol changes, the way I
would do it is Data--text to columns. -- Brevity is the soul of wit. " wrote: I need to take a text string that has a Stock Option description in a text string (i.e. ADM Dec 2006 40.0000 put). I want to divide up the text string and have each word in its own cell. I can not figure out how to do it. Problems arise b/c the stock symbol can have one to four characters (i.e. X or MSFT). What is the best way to do it so it automatically does it? I would prefer to use some sort of function that counts the spaces and gives the next word or something like that. DM |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() Thanks Pete, That will work but I need a more dynamic solution. The option text string is generated by a quote service and insterted in the cell. I need it then to be devided up and spread throught my spreadsheet. I really need it to be done automaticly b/c I don't want the final users of the spreadsheet to mess with the backend of my work. Dan |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() Thanks, That will work but I need a more dynamic solution. The option text string is generated by a quote service and insterted in the cell. I need it then to be devided up and spread throught my spreadsheet. I really need it to be done automaticly b/c I don't want the final users of the spreadsheet to mess with the backend of my work. Dan |
#7
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Thanks Ron.
|
#8
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
On 5 Sep 2006 13:39:48 -0700, wrote:
Thanks Ron. You're welcome. Glad to help. Lot's of other good functions in that add-in. --ron |
#9
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Text entries behaving like numbers | Excel Discussion (Misc queries) | |||
Finding text strings in complex situations | Excel Discussion (Misc queries) | |||
Searching for codes in text strings | Excel Worksheet Functions | |||
space between text strings with concatenate | Excel Discussion (Misc queries) | |||
Read Text File into Excel Using VBA | Excel Discussion (Misc queries) |