Merge & Compare
Find Common Lines
Find the lines shared by the lists, down to a threshold you choose rather than all of them.
Finds values shared across lists, with a threshold you choose. Set it to every list and this is the intersection; set it lower and you find values that appear in most lists but not all — which is usually the more interesting question when comparing more than two.
Options
Number of lists a value must appear in. 2 finds any overlap.
Off treats Apple and apple as the same value.
List A
0lines0words0characters0 B
List B
0lines0words0characters0 B
List C
0lines0words0characters0 B
3 of up to 6.
Output
0lines0words0characters0 B
Options explained
- Appears in at least — Number of lists a value must appear in. 2 finds any overlap.
- Case sensitive — Off treats Apple and apple as the same value.