Excel Search String for 5 digit zip code

  • Thread starter Thread starter dddiscus
  • Start date Start date
D

dddiscus

Need help with function to search for 5 digit zip code in concatenate
city, state, zip cell. States are not always 2 characters and ther
may be ending spaces or +4 on zip code.

Thanks,
Mar
 
Hi
and whyt do you want to return? The adjacent column?. If yes try:
=VLOOKUP("*12345*",A1:B100,2,0)
 
Hi
you may post some example rows of your data and exlain in detail what
your expected result is (plain text - no attachments please)
 
I would like to pull the 5 digit zip code out of the column e int
column f.

Thank you,
Mar
 
Back
Top