Hello, I have two tables. Both have Lat and Lon values in them along with other data.
For each row in table A I need to find the index of table B where the Lat and Lon is the closest.
I have a formula for working out the distance but I don't know how to incorperate it into a match type...