I have a huge data set with x and y coordinates in them. I'm looking to see if two events are close to each other in proximity, and if so, highlight those events or pull them out and put them in a separate worksheet.
X coordinates are in column V
Y coordinates are in column W
I am looking for points that are within a given distance of each other. I want to either highlight or put them in a new worksheet.
One question is how to report this. I might have two points close to each other that are far from two other point that are also close to each other.
My goal is to take a list of thousands of events and pull out the ones that are close to each other on a map without actually having to search through them all. My data set is continuously growing so this would be a huge time saver in the long run.