Hello everyone. this is my first post here. i've had some diffculty implementing some functions and was hoping some of the veterans would be able to help me out here.
1) column A has a list of, say, 5000 number values (row 3 to 5003).
2) column C to N (12 columns) have a list of of values that are all comparing values from 12 different files (1 for each column) to the values in column A. non-matches of course, are displayed as #NA.
what i would like to do is:
1) in column B, implement an IF function (if appropriate) and see whether the number values from column A actually exist in columns C to N (i.e they were successfully matched via Vlookup). If the value exists in columns C to N, i would like this column to return either the value itself or return "True" (or any word really).
would the IF function be appropriate for something like this or would you recommend another function and any ideas how i would set it up?
with the IF function my biggest hassle is that i can't seem to implement more then 7 IF functions and that the #NA value that vlookup returns in the case of an unsuccessful match for a particular column messes up the entire formula.
many thanks for any help

.
Bookmarks