I am working with automation in Google sheet. Can you help me?
This problem is for sending surveys to 46 people. Each people needs to rate 5 people from those 46 people.
Requirements:
1. 1 rater, for 5 uniques ratees
2. No duplicate name per row (it should be 6 unique names in a row)
3. No duplicate name per column (it should be 46 unique names per column)

Expected output is for us to create 46x6 random names with no duplicates in row and columns.
-
-


Flow:
If a unique matrix across and below can be created, then it's values can be used as keys to the actual name array.
tempCol) to store current column dataindexOfto figure out if any random numbers are already present in the currentrow/ current column, if so, get a new random number.Snippet: