Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 172
Default Finding data in a text column

I have a column that has a description of each of my inventoried items. The
syntax is not the same for any of them. Each one of these items has a
specific section that I need to extract to another column. Since they are not
in the same location within the field how would I pull this data out? The
data I'm looking for is the "WO# 223900". The 6 digits are not always the
same either but the "WO#" is. How can I extract this info from my field?
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,572
Default Finding data in a text column

If your data is in Column A, *and* you will *always* have a <space and 6
characters after the "WO#", then try this:

=MID(A1,FIND("WO#",A1),10)

And copy down as needed.
--
HTH,

RD

---------------------------------------------------------------------------
Please keep all correspondence within the NewsGroup, so all may benefit !
---------------------------------------------------------------------------
"Secret Squirrel" wrote in
message ...
I have a column that has a description of each of my inventoried items. The
syntax is not the same for any of them. Each one of these items has a
specific section that I need to extract to another column. Since they are
not
in the same location within the field how would I pull this data out? The
data I'm looking for is the "WO# 223900". The 6 digits are not always the
same either but the "WO#" is. How can I extract this info from my field?



  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 172
Default Finding data in a text column

Perfect! Thank you very much!!!

"RagDyer" wrote:

If your data is in Column A, *and* you will *always* have a <space and 6
characters after the "WO#", then try this:

=MID(A1,FIND("WO#",A1),10)

And copy down as needed.
--
HTH,

RD

---------------------------------------------------------------------------
Please keep all correspondence within the NewsGroup, so all may benefit !
---------------------------------------------------------------------------
"Secret Squirrel" wrote in
message ...
I have a column that has a description of each of my inventoried items. The
syntax is not the same for any of them. Each one of these items has a
specific section that I need to extract to another column. Since they are
not
in the same location within the field how would I pull this data out? The
data I'm looking for is the "WO# 223900". The 6 digits are not always the
same either but the "WO#" is. How can I extract this info from my field?




  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 5,651
Default Finding data in a text column

On Fri, 9 Nov 2007 17:05:00 -0800, Secret Squirrel
wrote:

I have a column that has a description of each of my inventoried items. The
syntax is not the same for any of them. Each one of these items has a
specific section that I need to extract to another column. Since they are not
in the same location within the field how would I pull this data out? The
data I'm looking for is the "WO# 223900". The 6 digits are not always the
same either but the "WO#" is. How can I extract this info from my field?


Post some examples of various syntaxes that might be used.

Is there always a space after the "#" and then a six digit number?

If so, then the following should work:

=MID(A1,FIND("WO#",A1),10)


--ron
  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,572
Default Finding data in a text column

Appreciate the feed-back.
--

Regards,

RD
-----------------------------------------------------------------------------------------------
Please keep all correspondence within the Group, so all may benefit !
-----------------------------------------------------------------------------------------------

"Secret Squirrel" wrote in
message ...
Perfect! Thank you very much!!!

"RagDyer" wrote:

If your data is in Column A, *and* you will *always* have a <space and 6
characters after the "WO#", then try this:

=MID(A1,FIND("WO#",A1),10)

And copy down as needed.
--
HTH,

RD

---------------------------------------------------------------------------
Please keep all correspondence within the NewsGroup, so all may benefit !
---------------------------------------------------------------------------
"Secret Squirrel" wrote in
message ...
I have a column that has a description of each of my inventoried items.
The
syntax is not the same for any of them. Each one of these items has a
specific section that I need to extract to another column. Since they
are
not
in the same location within the field how would I pull this data out?
The
data I'm looking for is the "WO# 223900". The 6 digits are not always
the
same either but the "WO#" is. How can I extract this info from my field?






Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Conditional Formatting; finding numerical data in mixed text. Philonis Excel Discussion (Misc queries) 2 June 5th 07 11:57 PM
Finding text in a cell and returning a value based on that text [email protected] Excel Discussion (Misc queries) 5 January 10th 07 06:01 PM
Finding duplicate cell entries in a column of data Ellie Excel Discussion (Misc queries) 1 July 28th 05 01:41 PM
Finding last cell with data in a column Nigel Bennett Setting up and Configuration of Excel 2 April 29th 05 08:03 PM
Finding Duplicate text strings with a single column Ed P Excel Worksheet Functions 2 March 17th 05 03:56 AM


All times are GMT +1. The time now is 08:30 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"