Hope the title wasn't unclear.
I have a list of numbers in column A (3 and 4 -digit numbers).
In column C (say in C2)I have a a string to test against column A.
I would all the values in A that meet the string test to be reported in column E.
Example
column A
3408
116
9142
063
5127
Test string in Column C is 125679
It would report in Column E
116
5127
because only these two values meet the test--ie they are comprised of digits from the test string and only from the test string. In other words a number in column A is reported if and only of its digits are made up from the test string in column C
Bookmarks