Excel - IF function with multiple words
Solved
Related:
- If cell contains (multiple text criteria) then return (corresponding text criteria)
- If cell contains text then return value multiple conditions - Best answers
- If cell contains multiple text then return value - Best answers
- If cell contains multiple text how to add other cell value? ✓ - Excel Forum
- How to re/name a cell if another cell contains X ✓ - Excel Forum
- Excel conditional formatting if another cell contains specific text ✓ - Excel Forum
- If cell contains date then return value ✓ - Office Software Forum
- If cell contains specific text then return value in another cell vba ✓ - Excel Forum
5 replies
venkat1926
Posts
1864
Registration date
Sunday June 14, 2009
Status
Contributor
Last seen
August 7, 2021
810
Updated on Dec 9, 2018 at 12:39 PM
Updated on Dec 9, 2018 at 12:39 PM
try this formula
=IF(OR( ISNUMBER(SEARCH("apple",B4)), ISNUMBER(SEARCH("banana",B4)), ISNUMBER(SEARCH("carrot",B4))), "yes", "no")
Mar 25, 2014 at 10:13 PM
Jul 23, 2014 at 10:12 PM