The attached comprises 40,979 rows of values:
The first row comprises the RecordID
The second and third rows, latitude and longitude pairs (Origin and Destination)
The fourth row, a NULL value
Calculate the driving distances between each Origin and Destination (Lat & Long pairs) using Google Maps API (or other means, but accuracy of Google Maps) and update the NULL value for the given line using the RecordID
... Show more