applesandpears
New Member
- Joined
- Oct 16, 2012
- Messages
- 15
Hey all!
I need to search a list in column B of 500 records to find specific words such as"ABC2000000000" The text will always begin with "ABC................." and I would like to extract this whole world from the text string into a new column.
This is not always in the middle or beginning or end.
It could be inbetween other words or numbers or spaces etc - so its not consistent as this data is from a raw file imported into excel.
So I would like to FIND text beginning with"ABC" in column A and then return "ABC123456789000" in Column B. The format will always be "ABC-followed by 12 numbers"
EG
Column A and column B(what I would like to see)
[TABLE="width: 375"]
<TBODY>[TR]
[TD]KOREIABC123456789999 4029227[/TD]
[TD]ABC123456789999[/TD]
[/TR]
[TR]
[TD]RCA ABC000010469597 PBI000010005941[/TD]
[TD]ABC000010469597[/TD]
[/TR]
[TR]
[TD]8990ABC000010480568[/TD]
[TD]ABC000010480568[/TD]
[/TR]
</TBODY><COLGROUP><COL><COL></COLGROUP>[/TABLE]
I need to search a list in column B of 500 records to find specific words such as"ABC2000000000" The text will always begin with "ABC................." and I would like to extract this whole world from the text string into a new column.
This is not always in the middle or beginning or end.
It could be inbetween other words or numbers or spaces etc - so its not consistent as this data is from a raw file imported into excel.
So I would like to FIND text beginning with"ABC" in column A and then return "ABC123456789000" in Column B. The format will always be "ABC-followed by 12 numbers"
EG
Column A and column B(what I would like to see)
[TABLE="width: 375"]
<TBODY>[TR]
[TD]KOREIABC123456789999 4029227[/TD]
[TD]ABC123456789999[/TD]
[/TR]
[TR]
[TD]RCA ABC000010469597 PBI000010005941[/TD]
[TD]ABC000010469597[/TD]
[/TR]
[TR]
[TD]8990ABC000010480568[/TD]
[TD]ABC000010480568[/TD]
[/TR]
</TBODY><COLGROUP><COL><COL></COLGROUP>[/TABLE]