UTMToLatLon()


UTMToLatLong(Easting, Northing, Zone)

Converts input UTM coordinates to latitude and longitude.

Input:       Easting = UTM easting coordinate, in meters
                       (northing positive) (number)

                  Northing = UTM northing coordinate, in meters (number)

                 Zone = UTM zone (northern hemisphere positive) (number)

Output:      Latitude and longitude in decimal degrees
                       (easting, northing positive) (vector)

Notes:  If unfamiliar with Excel vector functions, see Vector Functions reference

© DimensionEngine 2015.   For questions or bug reports, email us.