Hi,
I want to know if the following can be done on Alteryx, if yes, how?
I have 2 lists of locations in Excel (I have their latitudes and longitudes). I want to calculate the distance between all possible combinations that can be made between list 1 and 2. and then I want to know which of the locations in list 2 are closest to locations in list 1.
I know this can be done using the haversine formula in excel, but my list is too large for excel to handle.