how to extract a specific alpha numeric pattern from a string

Joined
May 11, 2009
Messages
3
Reaction score
0
Hi,

I am working excel 2007 and I have 14k line items downloaded from erp in excel. I want to extract a specific alpha numeric pattern from every cell in a column.

for eg
A B
1 laptop PO#123243 PO#123243
2 Printer PO43223 PO43223

Column A is my source of data and I want to extract the PO numbers in column B.

Please help

Nitin
 
Joined
May 11, 2009
Messages
3
Reaction score
0
Dear Jany,

I am not so expert with VBA script. It would be really helpful if you could give me code for this.

Thanks in advance,

Nitin.
 
Joined
Apr 19, 2008
Messages
4,081
Reaction score
1
JanyRob said:
you can write the VBA script to search and parse substrings - it is quite easy


That answer was quite helpful..Good going, now everybody knows what to do.....:p
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top