Here is a possibility.
The TableMMSummary9 table is appended with a column (which may be hidden using the grouping feature for aesthetic purposes) of randomly generated numbers.
A second table (2), which could be moved and/or hidden for aesthetic purposes, is populated using the following formula for the first three columns:
Formula:
=INDEX(TableMMSummary9[Full Name],MATCH(SMALL(TableMMSummary9[[Rand()]:[Rand()]],ROW(1:1)),TableMMSummary9[[Rand()]:[Rand()]],0))
Phuocam's formula populates the fourth column.
The Matched Person's Name column in the TableMMSummary9 table is populated using:
Formula:
=INDEX(Table2[Matched Person''s Name],MATCH([@[Full Name]],Table2[Full Name],0))
Test by pressing the F9 key.
Let us know if you have any questions.
Bookmarks