Can anyone help me write a Google Sheets function for doing this:
Google Sheets example of what needs to be done:
The first column could be filled with X lines with a name in each one.
From that names, the columns "target" and "source" would be filled with all possible combinations between the names, without repeating a pair (if you already have "Gustavo | Jacinto", you don't need "Jacinto | Gustavo").
I know I can solve this problem using python and other stuff, but I wanted to do this using Google Sheets' functions because it would be faster to get the response I need.