Not really sure what to use. I'm trying to look at one cell (A1) and if it contains a certain work or phrase then another cell (B2) is true.![]()
Not really sure what to use. I'm trying to look at one cell (A1) and if it contains a certain work or phrase then another cell (B2) is true.![]()
Last edited by turpin_1980; 06-27-2013 at 09:53 AM.
Hi,
Depends what you mean by "contains". If you mean that the entry in cell A1 matches precisely your phrase, then, in B2 enter:
=IF(A1="This Phrase",TRUE)
If you mean that cell A1 contains your phrase somewhere within its string, then, in B2:
=IF(ISNUMBER(SEARCH("This Phrase",A1)),TRUE)
Regards
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks