Excel Mac 2016 Get Longitude Latitude Coordinates For An Address

Many mapping tools (and other applications like phones and GPS units) are able to create maps directly from columns containing latitude and longitude data. To use these in Excel-based mapping tools sometimes requires you to modify or transform the data. In this article we're going to go through a number of ways that you can quickly manipulate the latitude and longitude data you already have, and show accurate, high performing maps with 10000s of points.

We've enabled comments for this discussion thread. Scroll to the bottom to ask questions and make comments.

Excel Mac 2016 Get Longitude Latitude Coordinates For An Address

Quick(ish) background

  1. Use these URL templates to get latitude and longitude coordinates that correspond to location information provided as a query string. Location Recognition: Use this URL template to get location information such as local businesses, natural points of interests, and a reverse geocoded address for a specified latitude and longitude coordinate.
  2. To find an address from a latitude and longitude coordinate pair enter the coordinates into their corresponding fields LAT for latitude and LNG for longitude. Using jQuery to get the latitude and longitude of an address using the Google Maps v3 API To get the best cross-browser support, it is a common practice to apply vendor prefixes to CSS.
  3. Jan 10, 2018 This simple tutorial is about adding MS Excel AddIn and get the geocodes i.e. Location Points (Latitude, Longitude) or to verify the accuracy of address using three Service Providers: Bing Maps API. Google GeoCode API. SmartyStreets LiveAddress API. This simple solution helps you get rid of jumping around into different interfaces to do same job.
  4. Download this app from Microsoft Store for Windows 10, Windows 10 Mobile, Windows 10 Team (Surface Hub), HoloLens. See screenshots, read the latest customer reviews, and compare ratings for Zenit - Latitude, Longitude, UTM, MGRS, WGRS and QTH Converter.

Latitude and longitude are used to locate points on the globe as a pair of numbers. Latitude represents how far north/south the point is and longitude represents how far east/east the point is. The numbers are often expressed in degrees because the earth is approximately a sphere. Because we can travel all around the world we use 360 degrees of longitude for a full circle and 180 degrees of latitude for the half circle of north-south. To make life more interesting, we don't use 0-360 longitude and 0-180 degrees latitude though. We use -180 to 180 degrees longitude and -90 to 90 degrees latitude.

Excel Mac 2016 Get Longitude Latitude Coordinates For An Address

(Source: Wikipedia)

Get Lat Long from Address. By using this geographic tool you can get the lat long coordinates from an address. Please type the address which would include the name of the city/town, state and street name to get more accurate lat long value. Also, the gps coordinates of the address will be calculated below.

0 degrees longitude passes through the 'prime meridian' of Greenwich, in south west London, England. Points west of this are negative longitude, points east are positive. 0 degrees latitude is the equator with positive numbers representing the northern hemisphere and negative the southern hemisphere.

See https://en.wikipedia.org/wiki/Geographic_coordinate_system for more of the technical details!

Numeric format conversions

The most common step necessary to get existing longitude latitude data successfully into maps is to convert the the values into a format that the Excel maps can understand. Here are some of the most common conversions:

Converting from degrees, minutes and seconds to decimal degrees

Probably one of the most common formats for latitude and longitude is the degree format of degrees minutes seconds (DMS). For example (38.897680 , -77.03653) becomes (38° 53' 51.648' N 77° 2' 11.508' W). Degrees, minutes and seconds breaks down angles a little bit like the hands of the clock into hours, minutes and seconds (hence the name). To show these in many mapping tools such as Visual Crossing requires us to convert from DMS to decimal degress using the formula:

Microsoft has created a series of macros that provide a function for performing the conversion - see https://support.microsoft.com/en-us/help/213449/how-to-convert-degrees-minutes-seconds-angles-to-or-from-decimal-angle.

Your data contains prefixes rather than negative and numbers (eg 38.897680N , 77.03653W)

Sometimes you will encounter latitude, longitude data such as (38.897680N , 77.03653W). The N indicates 'North of the equator' and the W indicates 'West of the prime meridian'. In these cases we need to remove the letter suffixes and replace them with negative values where appropriate. Negative values are for 'West' and 'South'. Therefore we use (38.897680 , -77.03653) as our final result. An Example Excel formula to clean up the 'W' and 'S' suffix would be:

Your data contains values that aren't in the right range

As we mentioned above, most mapping tools support latitudes from -180 to 180 longitude and -90 to 90 degrees latitude. If your data is between 0 to 360 and 0 to 180 degrees, simply subtract 180 from the longitude and 90 from your latitude! Sometimes you may encounter data that goes beyond the range. For example, some latitude and longitude data may be expressed in radians rather than degrees or other differences related to the projection of the data.

Making sure the values have enough precision

One of the most common reported problems users have is when a map of points resembles this display:

Excel mac 2016 get longitude latitude coordinates for an address change

The real map should look like this.

This problem occurs because the values don't have enough precision - typically you want at least five or six digits after the decimal point to produce an accurate business map (some highly accurate use cases may require even greater precision!) The rounding of the numbers causes the values to snap to a grid-like appearance like the first screenshot. The fix for this common problem is to review your data to ensure that you have at least 5 digits after the decimal point.

Excel Mac 2016 Get Longitude Latitude Coordinates For An Address List

How can you use longitude & latitude values in Excel? Try Location Analysis in Excel or try retrieving historical and forecast weather data

Final thoughts

Excel Mac 2016 Get Longitude Latitude Coordinates For An Address Location

Once you have your data in the right format with enough precision you will be able to construct high perfoming maps in many applications. If you are looking to investigate location demographics or weather trends, consider using Location Analysis or Weather Data.

Excel Mac 2016 Get Longitude Latitude Coordinates For An Address In Nyc

Comments or questions?

Please enable JavaScript to view the comments powered by Disqus.