Compare two lists in excel and find uniques and dupes -


there 2 lists need compare, see below pic:

lists

what want compare if each id , option in left list exists or not in right list. tried use vlookup , countif dont know how deal , condition(id , option) in both of them.

how can this?

=if(countifs(k:k,h2,l:l,i2)>0,"duplicate","unique") 

Comments

Popular posts from this blog

java - activate/deactivate sonar maven plugin by profile? -

python - TypeError: can only concatenate tuple (not "float") to tuple -

java - What is the difference between String. and String.this. ? -