I am trying to find duplication by comparing two lists. One list is a subset of the other. In other words, if they were side by side, they would not line up because one list may contain 15 rows where the other would contain 60.
Would I use a combination of the index and match function? If so, how would it look?
Thank