Postal code to Area translation

I

idxearo

I have some postal codes all in one column.
eg EN1 7IH, and N1 M3

I want to create a column where excel reads the first characters BEFOR
the space, since those characters represent an Area.

I want to be able to add the name of the postal code area in the ne
column. For example EN1 = Area1 and N1 = Area
 
I

idxearo

Kevin@Radstock;1606715 said:
You will need to have a table set up in your work sheet with the pos
codes listed and a area allocated to each code, As in the UK there ar
over a hundred. Then you could use a LOOKUP or INDEX & MATCH etc.
EG: =VLOOKUP(LEFT(Cell/Ref,2),Your_Range,Column,0)

Thank you very much I will try and let you know how this goes
 
S

Spencer101

Kevin@Radstock;1606806 said:
EG = "EXAMPLE" !!


Yes, Kevin, I know what it means.

But your EG was not going to do what the OP needed, so I stepped in wit
a better EG
 

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