David44357
New Member
- Joined
- Dec 22, 2011
- Messages
- 8
This formula will search the B cell for a word and post an indicator if it contains the keyword.
=IF(ISNUMBER(SEARCH("citations",B170)),"1", "")
My obstacle is I need four of these that each search for 3-4 different keywords.
I've tried things like:
=IF(ISNUMBER(OR(SEARCH("citations",B170)), SEARCH("sources",B170))),"1", "")
But I get errors. Does anyone know how to get a formula that checks a cell for multiple keywords? I keep trying to put the OR in different places without success.
-David
=IF(ISNUMBER(SEARCH("citations",B170)),"1", "")
My obstacle is I need four of these that each search for 3-4 different keywords.
I've tried things like:
=IF(ISNUMBER(OR(SEARCH("citations",B170)), SEARCH("sources",B170))),"1", "")
But I get errors. Does anyone know how to get a formula that checks a cell for multiple keywords? I keep trying to put the OR in different places without success.
-David