Are there any functions that check an array for values drawn from another array, then output a true/false array with the results?
eg.
Check For_____Master List_____ Output
Jack _________ Bill ____________ FALSE
Jill ___________ Marty __________ FALSE
______________ Jill _____________ TRUE
It would be nice if it could be done with built-in functions, but user defined is just as good. The length of the "check for" and "master list" arrays are arbitrary and usually different, but restricted to single columns.
I am using Excel 2003 on Windows Vista, don't know VBA but have minimal knowledge in C++.
Any help with this is greatly appreciated, and thanks in advance!
-Joel T.
eg.
Check For_____Master List_____ Output
Jack _________ Bill ____________ FALSE
Jill ___________ Marty __________ FALSE
______________ Jill _____________ TRUE
It would be nice if it could be done with built-in functions, but user defined is just as good. The length of the "check for" and "master list" arrays are arbitrary and usually different, but restricted to single columns.
I am using Excel 2003 on Windows Vista, don't know VBA but have minimal knowledge in C++.
Any help with this is greatly appreciated, and thanks in advance!
-Joel T.