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 one of many text strings, then return a value - Best answers
- If a cell has text then return value ✓ - Excel Forum
- If cell contains date then return value ✓ - Office Software Forum
- Conditional formatting if cell contains text - Excel Forum
- Excel: If Date =, then enter a value ✓ - Excel Forum
- Excel "IF" function w/ date in test cell ✓ - Excel Forum
5 responses
venkat1926
Posts
1863
Registration date
Sunday June 14, 2009
Status
Contributor
Last seen
August 7, 2021
811
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