What this tool does
The Distance Calculator computes the distance between two locations for each record in your Airtable table. It writes the distance (and optionally travel time) back to Airtable fields. Use it for route optimization, territory analysis, delivery cost estimation, or filtering records by proximity.Settings reference
Source
Location input
Output
API configuration
Calculation methods
Using the preview
The Distance Calculator has a preview panel that shows a sample of records with the computed distances. Use it to verify your configuration before running on the full table.Common questions
When should I use Haversine vs Google Maps?
When should I use Haversine vs Google Maps?
Use Haversine when you only need straight-line distance and don’t need travel time. It is fast, accurate for geographic distance, and doesn’t require an API key when using coordinates. Use Google Maps methods when you need real road-based distances or travel durations.
Can I use addresses without pre-geocoding them?
Can I use addresses without pre-geocoding them?
Yes. When Input mode is set to Text addresses and you choose a Google Maps method, the tool geocodes the addresses internally as part of the distance calculation. You don’t need to run the Geocoder first.
What unit is travel time stored in?
What unit is travel time stored in?
Travel time is stored in minutes as a number. Use an Airtable formula field to convert to hours or display in a friendlier format.