Hi
Is there a function that will tell me if a number exists in a list. for example:
I have a list of numbers –
1
4
6
8
14
47
3
8
and I want to find out if any of these numbers are in the list
5
7
8
is there a simple command that will do this? Most that I’ve looked at fail if the number isn’t there and simply return n/a – and I can’t do anything with that.
Bob