This thread might be more appropriate titled: "What would be the formula to find if any cells in a column's range matches any cells in a row's range of cells.....
and then return a yes or no value for that particular row.'
My guess is that this can be done with a vlookup, but maybe not. So far I have been unable to do it but I'm sure it can be done.
EXAMPLE
*I have a column of cells:
Blue
White
Red
Magenta
etc
*and I want to see if any of the cells in that column match a particular row of data (the commas in the example represent separate cells in the example row)
Row 1: Green, Yellow, Red, Purple
Row 2: Blue, Magenta, White, Black
In this example, Row 1 would show a 'yes' because the color 'Red' matches. Row 2 would show a 'yes' because the color 'Magenta' matches.
***It's necessary that the 'yes' or 'no' appears on the same row in which a match has been found. (in order to keep the data organized).
Thanks for your help with this question!
and then return a yes or no value for that particular row.'
My guess is that this can be done with a vlookup, but maybe not. So far I have been unable to do it but I'm sure it can be done.
EXAMPLE
*I have a column of cells:
Blue
White
Red
Magenta
etc
*and I want to see if any of the cells in that column match a particular row of data (the commas in the example represent separate cells in the example row)
Row 1: Green, Yellow, Red, Purple
Row 2: Blue, Magenta, White, Black
In this example, Row 1 would show a 'yes' because the color 'Red' matches. Row 2 would show a 'yes' because the color 'Magenta' matches.
***It's necessary that the 'yes' or 'no' appears on the same row in which a match has been found. (in order to keep the data organized).
Thanks for your help with this question!