Hello,
I'm currently using the following Excel function(s) to return a True/False value to determine if any of the alphabetic values listed in the AF column are present in the H2 cell.
I'm having trouble using both the FIND and CONTAIN functions to include a range of values to search_for.
=SUMPRODUCT(--ISNUMBER(SEARCH($AF$6:$AF$18, $H2)))>0
Appreciate the help!