removing part of text string to another cell

J

jamie_k

hey. i have an enormous list of addresses with the whole address in one
cell for each address. i need to extract the postcode (zip) to another
cell so that i can sort the data by postcode. each line of the address
is separated by a space. can anyone help me? Please!
 
R

Ron Rosenfeld

hey. i have an enormous list of addresses with the whole address in one
cell for each address. i need to extract the postcode (zip) to another
cell so that i can sort the data by postcode. each line of the address
is separated by a space. can anyone help me? Please!

It's probably simple to do with Regular Expressions or possibly with built-in
functions. But samples of your addresses (with the possible variations) is
required.


--ron
 

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