Hi all,

I have two data sets from different years that represent more or less the same data (on data set is a newer version of the other). Each row of the data sets represent a store, with its GPS location (longitude in one column and latitude in one column).

I would like to match the stores by GPS location, taking into consideration that the coordinates may be off by a minor degree.

Any ideas as to how I can do that?

Thanks!