Hi,
I'm trying to reference a specific list and find a match in an array that has the most commonalities with that list. The goal in the table below would be to return the name "Larry" as he has the most matches to the target list.
[TABLE="width: 528"]
<colgroup><col width="88" span="6" style="width:66pt"> </colgroup><tbody>[TR]
[TD="width: 88, align: left"]List[/TD]
[TD="width: 88, align: left"]Name[/TD]
[TD="width: 88"][/TD]
[TD="width: 88, align: left"]Jeff[/TD]
[TD="width: 88, align: left"]George[/TD]
[TD="width: 88, align: left"]Larry[/TD]
[/TR]
[TR]
[TD="align: left"]Apples[/TD]
[TD][/TD]
[TD][/TD]
[TD="align: left"]Apples[/TD]
[TD="align: left"]Lemon[/TD]
[TD="align: left"]Apples[/TD]
[/TR]
[TR]
[TD="align: left"]Oranges[/TD]
[TD][/TD]
[TD][/TD]
[TD="align: left"]Oranges[/TD]
[TD="align: left"]Lime[/TD]
[TD="align: left"]Oranges[/TD]
[/TR]
[TR]
[TD="align: left"]Bananas[/TD]
[TD][/TD]
[TD][/TD]
[TD="align: left"]Melons[/TD]
[TD="align: left"]Bananas[/TD]
[TD="align: left"]Bananas[/TD]
[/TR]
</tbody>[/TABLE]
Any help would be greatly appreciated!
I'm trying to reference a specific list and find a match in an array that has the most commonalities with that list. The goal in the table below would be to return the name "Larry" as he has the most matches to the target list.
[TABLE="width: 528"]
<colgroup><col width="88" span="6" style="width:66pt"> </colgroup><tbody>[TR]
[TD="width: 88, align: left"]List[/TD]
[TD="width: 88, align: left"]Name[/TD]
[TD="width: 88"][/TD]
[TD="width: 88, align: left"]Jeff[/TD]
[TD="width: 88, align: left"]George[/TD]
[TD="width: 88, align: left"]Larry[/TD]
[/TR]
[TR]
[TD="align: left"]Apples[/TD]
[TD][/TD]
[TD][/TD]
[TD="align: left"]Apples[/TD]
[TD="align: left"]Lemon[/TD]
[TD="align: left"]Apples[/TD]
[/TR]
[TR]
[TD="align: left"]Oranges[/TD]
[TD][/TD]
[TD][/TD]
[TD="align: left"]Oranges[/TD]
[TD="align: left"]Lime[/TD]
[TD="align: left"]Oranges[/TD]
[/TR]
[TR]
[TD="align: left"]Bananas[/TD]
[TD][/TD]
[TD][/TD]
[TD="align: left"]Melons[/TD]
[TD="align: left"]Bananas[/TD]
[TD="align: left"]Bananas[/TD]
[/TR]
</tbody>[/TABLE]
Any help would be greatly appreciated!