Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15
Default Postcode distances

Hello

At work I have an Excel worksheet containing the UK Postcodes of candidates.
We have 6 centres at which we run interviews. I want to calculate the
distances between a candidate's home and each of the 6 centres in order to
ascertain which is closest.

Does anyone know of a way of performing this calculation through Excel, or
of a piece of software that would achieve this, without massive cost?

Thanks.

Keith Brooker
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,091
Default Postcode distances

See this web site. It looks like the formula would be very easy to put into
Excel
http://www.pjenkins.co.uk/blog/index...e_calculation/

Tyro

"keithobro" wrote in message
...
Hello

At work I have an Excel worksheet containing the UK Postcodes of
candidates.
We have 6 centres at which we run interviews. I want to calculate the
distances between a candidate's home and each of the 6 centres in order to
ascertain which is closest.

Does anyone know of a way of performing this calculation through Excel, or
of a piece of software that would achieve this, without massive cost?

Thanks.

Keith Brooker



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 345
Default Postcode distances

Alternatively you could introduce a link to a "Map" website (e.g.
http://www.streetmap.co.uk/) and add a link into your worksheet.

"Tyro" wrote:

See this web site. It looks like the formula would be very easy to put into
Excel
http://www.pjenkins.co.uk/blog/index...e_calculation/

Tyro

"keithobro" wrote in message
...
Hello

At work I have an Excel worksheet containing the UK Postcodes of
candidates.
We have 6 centres at which we run interviews. I want to calculate the
distances between a candidate's home and each of the 6 centres in order to
ascertain which is closest.

Does anyone know of a way of performing this calculation through Excel, or
of a piece of software that would achieve this, without massive cost?

Thanks.

Keith Brooker




  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 897
Default Postcode distances

For some reason I can't view the original message.

You could do this with a worksheet function, for example:

=HYPERLINK("http://www.mapquest.com/directions/main.adp?
go=1&do=nw&1a="&$C4&"&1c="&$D4&"&1s="&$E4&"&1z="&$ F4&"&2a="&$J4&"&2c="&
$K4&"&2s="&$L4&"&2z="&$M4&"&1y=US&2y=US&cid=lfddli nk","Driving
Directions & Distance")

Put the starting address in C4:F4 and destination address in J4:M4.

C4: Street Address
D4: City
E4: State
F4: Zip

J4: Street Address
K4: City
L4: State
M4: Zip

You have to adjust the formula since you are in the UK, and you have
to search each one manually, but you get the idea.

For a VBA solution, check out http://www.codeforexcelandoutlook.com/excel.html,
I wrote a function called GetDistance() which automates the above
process (somewhat).


HTH,
JP



On Jan 27, 9:45*pm, "Tyro" wrote:
See this web site. It looks like the formula would be very easy to put into
Excelhttp://www.pjenkins.co.uk/blog/index.php/2007/04/04/uk_post_code_dist....

Tyro

"keithobro" wrote in message

...



Hello


At work I have an Excel worksheet containing the UK Postcodes of
candidates.
We have 6 centres at which we run interviews. I want to calculate the
distances between a candidate's home and each of the 6 centres in order to
ascertain which is closest.


Does anyone know of a way of performing this calculation through Excel, or
of a piece of software that would achieve this, without massive cost?


Thanks.


Keith Brooker- Hide quoted text -


- Show quoted text -


  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,856
Default Postcode distances

Chip Pearson has a formula for Great Circle distances he

http://www.cpearson.com/excel/latlong.htm

Hope this helps.

Pete

On Jan 28, 2:45*am, "Tyro" wrote:
See this web site. It looks like the formula would be very easy to put into
Excelhttp://www.pjenkins.co.uk/blog/index.php/2007/04/04/uk_post_code_dist....

Tyro

"keithobro" wrote in message

...



Hello


At work I have an Excel worksheet containing the UK Postcodes of
candidates.
We have 6 centres at which we run interviews. I want to calculate the
distances between a candidate's home and each of the 6 centres in order to
ascertain which is closest.


Does anyone know of a way of performing this calculation through Excel, or
of a piece of software that would achieve this, without massive cost?


Thanks.


Keith Brooker- Hide quoted text -


- Show quoted text -


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
M25 postcode VBA Noob Excel Worksheet Functions 6 August 6th 06 12:12 PM
Zip codes and Distances brutonparish Excel Discussion (Misc queries) 0 July 3rd 06 05:42 AM
Distances between Postal Codes Irfan Excel Discussion (Misc queries) 1 May 31st 06 10:49 PM
postcode flow23 Excel Discussion (Misc queries) 2 January 18th 06 04:38 PM
HELP WITH POSTCODE FORMATTING UK EXCEL MAN Excel Worksheet Functions 1 December 27th 04 09:01 AM


All times are GMT +1. The time now is 05:53 AM.

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"