PC Review


Reply
Thread Tools Rate Thread

Check Postcode and suburb

 
 
Goldie
Guest
Posts: n/a
 
      8th Jul 2009

l have a spreadsheet that has lots of postcodes with suburbs, l need to check
they are correct using the post offices post code with suburb.

is there a program l can run to do this

Thx in advance

 
Reply With Quote
 
 
 
 
AltaEgo
Guest
Posts: n/a
 
      8th Jul 2009

Australian Postcode?
With these, you get a different localities with the same postcode and
different postcodes for the same locality.

Can you add a column to your Postcodes workbook and sort it ascending? If
so, you can use Match():

Create a combined PostcodeLocality column and sort by this. Then back in
your sheet that requires checking

=MATCH(A1&B1,'pc-book_20090630.csv'!$K:$K,0)

A1 above is postcode, B1 is locality, column K in pc-book_20090630.csv is
the combined Postcode Locality.

The result returns a row number or #N/A (if not exists).



--
Steve

"Goldie" <(E-Mail Removed)> wrote in message
news:B0893587-0559-40DC-A2BB-(E-Mail Removed)...
> l have a spreadsheet that has lots of postcodes with suburbs, l need to
> check
> they are correct using the post offices post code with suburb.
>
> is there a program l can run to do this
>
> Thx in advance
>

 
Reply With Quote
 
Goldie
Guest
Posts: n/a
 
      8th Jul 2009

works like a treat thanks heaps

"AltaEgo" wrote:

> Australian Postcode?
> With these, you get a different localities with the same postcode and
> different postcodes for the same locality.
>
> Can you add a column to your Postcodes workbook and sort it ascending? If
> so, you can use Match():
>
> Create a combined PostcodeLocality column and sort by this. Then back in
> your sheet that requires checking
>
> =MATCH(A1&B1,'pc-book_20090630.csv'!$K:$K,0)
>
> A1 above is postcode, B1 is locality, column K in pc-book_20090630.csv is
> the combined Postcode Locality.
>
> The result returns a row number or #N/A (if not exists).
>
>
>
> --
> Steve
>
> "Goldie" <(E-Mail Removed)> wrote in message
> news:B0893587-0559-40DC-A2BB-(E-Mail Removed)...
> > l have a spreadsheet that has lots of postcodes with suburbs, l need to
> > check
> > they are correct using the post offices post code with suburb.
> >
> > is there a program l can run to do this
> >
> > Thx in advance
> >

>

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to split cell based on capitalised suburb name Bentam3 Microsoft Excel Misc 3 16th Nov 2009 06:45 AM
Suburb / City Query Melissa Microsoft Access Forms 1 23rd Jan 2009 08:10 PM
Intelligent lookup of a suburb Mike Langensiepen Microsoft Excel New Users 3 2nd Jun 2007 01:29 AM
Use Replace function to reduce postcode to postcode region mark@collectiveid.co.uk Microsoft Access Queries 11 29th Jan 2007 09:41 AM
post code & suburb concatenate =?Utf-8?B?dmFydW4=?= Microsoft Excel Misc 3 14th Dec 2005 09:18 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 03:40 AM.