Alka Bajaj
New Member
- Joined
- Apr 5, 2011
- Messages
- 44
Hi Expert,
How can I extract a set of characters from a string of text?
Example:
I have a following column of text data, wherein each cell text has 4 digit number in it.
1.Missing Information- 0006 Please check the record
<TABLE dir=ltr cellSpacing=0 cellPadding=2 width=542 border=0><TBODY><TR><TD height=16>
Expected Outcome:
0006
0655
0001
0105
Appreciate your guidance on above.
Many thanks!
Regards,
Alka
How can I extract a set of characters from a string of text?
Example:
I have a following column of text data, wherein each cell text has 4 digit number in it.
1.Missing Information- 0006 Please check the record
<TABLE dir=ltr cellSpacing=0 cellPadding=2 width=542 border=0><TBODY><TR><TD height=16>
2.ESS should not be checked - 0655 ESS Settings Remuneration Statement
</TD></TR><TR><TD height=16>3.Job must exist when position is not 99999999 - 0001 Org. Assignment
</TD></TR><TR><TD height=16>4.Email Address can only exist when Username exists - 0105 Communication
</TD></TR></TBODY></TABLE>Expected Outcome:
0006
0655
0001
0105
Appreciate your guidance on above.
Many thanks!
Regards,
Alka