UTMToLatLon()

UTMToLatLon(Latitude, Longitude, Zone)

Converts input UMT coordinates to latitude and longitude.

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

                Northing = UTM northing coordinate, in meters (number)

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

Output:  Latitude and longitude in decimal degrees (vector)


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