Want to get involved? We're always looking for ideas and content for Weekly Challenges.
SUBMIT YOUR IDEAUsed an iterative macro 👍
Added a solution with a logic that makes more sense to the challenge description. If the goal is to match merchants, then having nulls records at either column didn't make sense, so I used the Arrange tool to match offset records and then filtered out the nulls to identify only valid pairs.