I'm trying to search column A for a term.
If it is found in A41 then return B41, A194 then return B194 so return the same row the term is found in column A is used to get the result in column B if not found return "FALSE"
A B
1 Tom Jones Good Guy
2 Steve Smith Bad Guy
3 Dave Williams OK Guy
Formula should search column A for "Steve Smith", when found in A2 then return same row 2 column B value "Bad Guy" if not found return "FALSE"
Thanks in advance!
Bookmarks