Creating interactive map charts in excel is one of the easiest things to do…..that is if you know how. I recently created this map chart showing the top 50 tropical storms to hit the Unitef States since 1900. As you move ahead in time from 1900 to 2005, the map shows the states that were hit by the storm, the damage caused, storm category and rank. It takes about 5 lines of code per map unit (in this case a state) to render this effect.
You can download the file here.
Steps to create this interactive chart map in excel:
1. Get relevent data and lay it out clearly.
2. Prepare a placeholder for the map and the information points (Dates, Names, $’s etc.)
3. Introduce a dynamic control (in this case a horizontal scrollbar) that the user can use to interact with the graphic.
4. Insert formulae and charts so that when the user moves the dynamic conrtol, values get updated.
5. Inroduce the map chart (in this case the WMF map of the U.S.)
6. Write VBA code to make the relevent map objects behave in accordance with the user inputs.
(Data taken from Report by Pielke, Gratz, Landsea, Collins, Saunders and Musulin )