Forum Discussion
UXMcM
May 10, 2023Copper Contributor
How to search if a values exists, where, and how many time it is found in a list
I have two lists. I need to search each value of list 1 to see if, where and how may times it exists in list 2. I tried MATCH which gave me the index number of where my match was found, but the is...