Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 4
Default Check Postcode and suburb


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

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 245
Default Check Postcode and suburb


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" wrote in message
...
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

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 4
Default Check Postcode and suburb


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" wrote in message
...
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
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to split cell based on capitalised suburb name Bentam3 Excel Discussion (Misc queries) 3 November 16th 09 06:45 AM
Intelligent lookup of a suburb Mike Langensiepen New Users to Excel 3 June 2nd 07 01:29 AM
M25 postcode VBA Noob Excel Worksheet Functions 6 August 6th 06 12:12 PM
postcode flow23 Excel Discussion (Misc queries) 2 January 18th 06 04:38 PM
post code & suburb concatenate varun Excel Discussion (Misc queries) 3 December 14th 05 09:18 AM


All times are GMT +1. The time now is 07:39 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"