Hi everyone, I am trying to group up FSAs (first 3 letters of a Canadian postal code) that are next to each other. I tried grouping them based on the distance to each other(less than 3 KM) and then using a multi-row formula to manage deduplication but am running into issues with the duplicates in the two FSAs since I appended FSA to FSA for a many to many join.
Is there a way to manage this in a multi-row formula or is there something else I should try?
My target output is to create a list of unique FSAs with a column called Grouping that would list the main FSA that it is linked to as it is within 3 KM of each other. For example:
Grouping FSA
B1E B1E
B1E B1G
B3H B3H
B3H B3J
B3H B3P
NULL A0A - No FSA that is within 3 KM of it.
I'm including the workflow, a goal output and the input file