Hi
Hopefully someone can answer this (seemingly simple) query
If I have 2 lists, for example
1 1
2 3
3 4
4 5
7 6
8 7
9 10
How would I output a 3rd list (or pair of lists) that showed the differences and matches, for example 1 list like
1
3
4
7
To show they both have those values or 2 lists like this
1 1
2 -
3 3
4 4
- 5
- 6
7 7
8 -
9 -
- 10
Thanks
Bookmarks