Skip to main content

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

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.
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.
Travel time is stored in minutes as a number. Use an Airtable formula field to convert to hours or display in a friendlier format.