I have two data tables on different tabs, named July and August. Within these tabs are columns with names, groups, and divisions. I am trying to compare the July names against the August names and return the number of unique names within each group/division.
I have used a Countifs function to isolate the number of names within each group and division for both July and August, but can not find a good formula to compare the string of July names against the string of August names and return the number of unique strings.
I have tried a few different nested =Sumproduct functions, including Sumproduct(Countifs(), but I am not sure how to apply this to cells containing strings. I have also tried a =Sumproduct(--(INSA(Match())). Are these functions logical to get to my end result?
FALSE
result indicates a unique name that only appeared once either in July or August table. - Terry W