cvgreports
Board Regular
- Joined
- Jun 28, 2006
- Messages
- 50
I have the following formula to Search for the word "Green" and to return the value "Green" in an adjacent cell. How would I go about also looking for the word "Blue" as well and return that value if "Green" is not found.
=IF(ISERROR(SEARCH("*Green*",G4,1)),"","Green")
Thanks
=IF(ISERROR(SEARCH("*Green*",G4,1)),"","Green")
Thanks