Skip to content

Excel add-in functions for calculating eastings and northings Cartesian coordinates from an Ordnance Survey grid reference.

License

Notifications You must be signed in to change notification settings

charlesroper/SxBRC-OS-Grid-Convert

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SxBRC Ordnance Survey Grid Converter

Description

SxBRC OS Grid Converter is a simple Excel add-in that adds functions for conversion of Ordnance Survey grid references (e.g., TQ2113) to easting and northing Cartesian coordinates.

Excel Functions

Grid Converter adds four functions to Excel:

  • EASTING
  • NORTHING
  • EASTING_C
  • NORTHING_C

The two functions suffixed with _C will move the generated coordinates to the centre of the referenced OS grid square; the other two functions place the coordinates at the bottom-left of the grid square.

Syntax

EASTING(text)

Same syntax applies to the other functions.

Examples

If cell A1 contains the reference TQ1234:

Formula         Result
=EASTING(A1)    512000
=NORTHING(A1)   134000
=EASTING_C(A1)  512500
=NORTHING_C(A1) 134500

The conversion alogrithm can also handle the DINTY tetrad reference style. So if cell A1 contains the DINTY reference TQ21R:

Formula         Result
=EASTING(A1)    526000
=NORTHING(A1)   112000

Contact

This add-in was created by Charles Roper (charlesroper) for the Sussex Biodiversity Record Centre.

About

Excel add-in functions for calculating eastings and northings Cartesian coordinates from an Ordnance Survey grid reference.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published