joshman108
Active Member
- Joined
- Jul 6, 2016
- Messages
- 310
For instance, if column A has the following values:
1
2
3
4
and column B has the values:
1
2
3
4
5
6
I would want a function that would simply return
5
6
because those are the values in column B but not in A. There will be no duplicate values within each column. Each value will be entirely unique within that column. Any ideas?
Thanks!
1
2
3
4
and column B has the values:
1
2
3
4
5
6
I would want a function that would simply return
5
6
because those are the values in column B but not in A. There will be no duplicate values within each column. Each value will be entirely unique within that column. Any ideas?
Thanks!
Last edited: