Make a map from your spreadsheet
Looking for an easy way to work with location data or make a map from a spreadsheet? My latest project, GeoSheets is a free Google Spreadsheets add-on that I built with a couple friends.
Geosheets lets you quickly and easily work with location data in a spreadsheet and do things like:
- Geocode addresses
- Look up metadata for an address (like the neighborhood or region)
- Normalize location-based data (convert “California” to “CA”, etc)
- Plot a bunch of addresses on a map
- Customize and share the map with your friends!
We spent a lot of time making sure it was simple to use and creating your first map is as easy as:
=GEO_MAP(A1:A5, “map”)
Check out some examples or documentation and try it out for yourself.