Hi
I have a worksheet with 4 columns - 1 of which is employee name and one of which is employee number. I need to be able to search this list for specific names (the numbers function I can do.) The problem with searching names is we have more than 1 Bob, etc. Also, when using a name search criteria, the criteria needs to be exact or it won't find anything. For example, if the name in the list is Smith, Bob and I simply enter "Bob" - nothing is found...
=IF(ISNA(LOOKUP(B2,AODB!A3:D21)),"",(LOOKUP(B2,AODB!A3:D21)))
=(IF(ISNA(LOOKUP(B2,AODB!D1:D40,AODB!A1:A40)),"YAY !!",(LOOKUP(B2,AODB!D1:D40,AODB!A1:A40))))
=IF(ISNA(MATCH(B2,AODB!A1:A21,0)),"",(MATCH(B2,AODB!A1:A21,0)))
Above are some of the things I've tried with the aforementioned problems... I'm by far an expert, and know nothing of macros - but I am fairly literate !
Any suggestions would be great !!
Thanks -
Eric
I have a worksheet with 4 columns - 1 of which is employee name and one of which is employee number. I need to be able to search this list for specific names (the numbers function I can do.) The problem with searching names is we have more than 1 Bob, etc. Also, when using a name search criteria, the criteria needs to be exact or it won't find anything. For example, if the name in the list is Smith, Bob and I simply enter "Bob" - nothing is found...
=IF(ISNA(LOOKUP(B2,AODB!A3:D21)),"",(LOOKUP(B2,AODB!A3:D21)))
=(IF(ISNA(LOOKUP(B2,AODB!D1:D40,AODB!A1:A40)),"YAY !!",(LOOKUP(B2,AODB!D1:D40,AODB!A1:A40))))
=IF(ISNA(MATCH(B2,AODB!A1:A21,0)),"",(MATCH(B2,AODB!A1:A21,0)))
Above are some of the things I've tried with the aforementioned problems... I'm by far an expert, and know nothing of macros - but I am fairly literate !
Any suggestions would be great !!
Thanks -
Eric