How to create a map chart
Excel 2016 owners with an office 365 subscription can now easily build beautiful map charts. Excel uses maps from Bing and it works very well, all you need to do is provide data.
The map chart below shows US states by population and I will show how I made this.
What's on this page
1. Get data for map chart
I copied US population data from Wikipedia and rounded values to millions with one decimal.
2. How to insert a map chart
- Select data (A1:B56)
- Go to tab "Insert" on the ribbon
- Press with left mouse button on the "Maps" icon
This world map shows up, US states are barely visible. This is not what we want.
3. Map Chart settings
Double press with the left mouse button on the map to access chart formatting, see the image below.
Here we have three options we can modify, map projection, map area, and map labels.
Map projection
- Automatic - Self-explanatory
- Mercator - Cylindrical map projection
- Miller - Modified Mercator projection
- Robinson - Showing the globe as a flat image
Map area
- Automatic
- Only regions with data
- World
Select "Only regions with data" and the chart changes to this:
Still not good, US state Alaska is so big it is hard to see the other states.
However, this setting shows different options if we add a third column to our data. Column A has value US in all 52 cells, see picture below.
Now change the data source to include column A, here is how:
- Press with the right mouse button on the chart.
- Select "Select Data...".
- Change the cell reference to A1:C56, see the image below.
- Press with the left mouse button on the OK button.
The map chart changes once again, see the image below.
Let's look at the formatting options. There are now five different map areas and the "Automatic" setting shows the above map chart.
- Automatic
- Only regions with data
- Country/Region
- Multiple countries/regions
- World
Map labels setting lets you display state names: None, best fit only or show all. I have selected "Show all" and this is what the map chart looks like.
4. How to show hidden map names?
If you resize the chart, even more state names are visible.
- Press with mouse on the map chart with the left mouse button to select it. Rounded chart handles appear in each corner of the chart and on midpoints.
- Press and hold with the left mouse button on one of these handles.
- Drag with mouse to resize the chart.
- Release the left mouse button when you found the right size.
5. How to add Data Labels to a map chart?
You can also add the population number to a map.
Press with the right mouse button on the map and then press with left mouse button on "Add Data Labels", see the chart above.
6. How to change the map colors?
If you don't like the state or country colors you can change that, as well.
- Double press with the left mouse button on the map and then
- Press with the left mouse button on a state or country, the format object task pane appears to the right-hand side of the excel window, see the picture above.
- Press with the left mouse button on "Series Options" and then "Series Color" to see map chart color settings.
- Press with the left mouse button on the "Fill color" buttons and pick the lowest value color and the highest value color.
Charts category
Question: How do I create a chart that dynamically adds the values, as i type them on the worksheet? Answer: […]
I recently discovered an interesting technique about using a user defined function in a HYPERLINK function. Jordan at the Option […]
In this article I will demonstrate how to quickly change chart data range utilizing a combobox (drop-down list). The above […]
This article demonstrates macros that automatically changes the chart bar colors based on the corresponding cell, the first example is […]
This article describes how to create an interactive chart, the user may press with left mouse button on a button […]
The calendar shown in the image above highlights events based on frequency. It is made only with a few conditional […]
Fatou asks: Going back to my question, I had created a table and used the data to create a chart. […]
You can easily change data labels in a chart. Select a single data label and enter a reference to a […]
The image above shows a chart populated with data from an Excel defined Table. The worksheet contains event code that […]
Today I am going to show you how to create a dynamic Gantt chart in excel 2007. A Gantt chart helps […]
The picture above shows a chart that has custom data labels, they are linked to specific cell values. This means […]
I will in this article demonstrate how to set up two drop down lists linked to an Excel chart, the […]
This article describes how to create a map in Excel, the map is an x y scatter chart with an […]
This article demonstrates how to insert pictures to a chart axis, the picture above shows a column chart with country […]
I made a heat map calendar a few months ago and it inspired me to write this article. The heat […]
This article demonstrates a macro that changes y-axis range programmatically, this can be useful if you are working with stock […]
This article demonstrates how to highlight a bar in a chart, it allows you to quickly bring attention to a […]
This article describes a macro that hides specific columns automatically based on values in two given cells. I am also […]
This article demonstrates how to use drop down lists combined with an Excel defined Table and a chart. This allows […]
This article demonstrates how to highlight a line in a chart based on the selected item in a drop-down list. […]
Maps category
This article describes how to create a map in Excel, the map is an x y scatter chart with an […]
I made a heat map calendar a few months ago and it inspired me to write this article. The heat […]
Excel categories
One Response to “How to create a map chart”
Leave a Reply
How to comment
How to add a formula to your comment
<code>Insert your formula here.</code>
Convert less than and larger than signs
Use html character entities instead of less than and larger than signs.
< becomes < and > becomes >
How to add VBA code to your comment
[vb 1="vbnet" language=","]
Put your VBA code here.
[/vb]
How to add a picture to your comment:
Upload picture to postimage.org or imgur
Paste image link to your comment.
[…] https://www.get-digital-help.com/2017/05/09/excel-map-chart/ […]