Hi!
I have a situation where I need to know which row among sixty rows best matches my target row. The rows contain strings as in the example below...
Item1 Item2 Item3 Item4
Row1 A B C D
Row2 B B A C
Row3 A C B B
Row4 A B C A
Row 1 (target row) is most similar to row4 since three of the items are similar in both rows. I tried using many helper cell to execute all iterations but this proved to be too cumbersome. Is there a way I can have a cell return row best match a target row. Note that all rows are possible target for comparison.
Thanks in advance,
Smokey
Bookmarks